PDA

View Full Version : Problems Installing SEQ on RH9



SuperFly
05-04-2003, 04:35 PM
For fun this weekend I decided I would upgrade my Linux box to RH9. So far I have not been able to get SEQ to compile correctly. This is what I have thus far...:

Qt-3.1.2 - Installed
gcc-3.2.2 - Installed
Kernel-2.4.20-9 - Installed

The errors I am getting are in the make process. I will start compiling SEQ and it will get about half way through. The only error I get is "cannot find -lqt-mt" and then it exits and puts me back at command prompt. I at first thought this might be a linked QT library that it was not finding, but I searched Troll Tech's website for info on this and found nothing.

If anyone has any ideas on what I can try to fix this I would be much obliged.

Thanks,

Superfly

AnotherCoreDump
05-05-2003, 05:33 AM
Hmm looks like the qt-installation isn't really ok. What did ./configure state there? Did he find the correct paths?
Did you edit the /etc/ld.so.conf for the qt-lib path and run ldconfig?

[README.newbies: ]------------------------------------
You might find that adding the line "/usr/lib/qt-3.0.5/lib" to the file
"/etc/ld.so.conf" then running "ldconfig" will help you.

Code:

[]# echo "/usr/lib/qt-3.0.5/lib" >> /etc/ld.so.conf
[]# ldconfig
-----------------------------------------------------------------