FAQs
ConQuest fails to start with “ImportError: libXmu.so.6:”
Solution
This error is caused by a missing system library - libXmu.
You will need to install libXmu, depending on your operating system, the command for this will be something similar to:
sudo yum install libXmu # RHEL / Centos
sudo apt-get install libXmu # Ubuntu
Please consult your system administrator for further assistance.