PDA

View Full Version : problem with SEQ ./configure



PhoenixZorn
04-29-2002, 11:01 AM
I have installed QT 2.3.2 and everything is working well. Until, that is, I get to the ./configure command. It gets all the way to the end of it, and says can't find QT libraries. I have told the program the lib directory is LD_LIBRARY_PATH=/usr/local/qt/lib, and it won't work. please help me

S_B_R
04-29-2002, 11:30 AM
As is stated in every HOWTO I've seen, you need to set QTDIR to where ever you have QT installed. Judging by the information given, you should probably use:
export QTDIR=/usr/local/qt

PhoenixZorn
04-29-2002, 12:14 PM
I have that.... the installer FINDS QT, just can't find the libs...

Mr Guy
04-29-2002, 12:48 PM
Give us a cut and paste of the actual compile with error

S_B_R
04-29-2002, 12:51 PM
I'm thinking you missed this step...
echo "/usr/local/qt/lib" >> /etc/ld.so.conf
ldconfig

PhoenixZorn
05-12-2002, 08:05 PM
Thanks S_B_R... i go try that as soon as I switch the CD Rom Drives out of my computers...