LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   My Fedora 1.0 QT lib is not working (https://www.linuxquestions.org/questions/fedora-35/my-fedora-1-0-qt-lib-is-not-working-132617/)

linuxlah 01-07-2004 11:36 PM

My Fedora 1.0 QT lib is not working
 
I tried to compile a QT program and it complain during "configure" like this
PHP Code:

configurewarning:
*** 
Could not run Qt test programchecking why...
*** 
Configure discovered/uses these settings:
*** 
Qt libraries: /usr/lib/qt-3.1/lib
*** Qt headers: /usr/lib/qt-3.1/include
*** 
Note:
***    
Compilation of Qt utilities also might be turned off (if not wanted).
***    If 
you are experiencing problems which will not be described
***    bellow please report then on 'avifile@prak.org' mailing list
***    (
i.esome misdetection or omitted path)
              
configureerror:
*** 
Qt test program compiledbut did not runThis usually means
*** that the run-time linker is not finding Qt library or finding the wrong
*** version of Qt. If it is not finding Qtyou will need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location  Alsomake sure you have run ldconfig if that
*** is required on your system.
***
*** If 
you have an old version installedit is best to remove italthough
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
*** 
i.ebashexport LD_LIBRARY_PATH=/usr/lib/qt-3.1/lib:$LD_LIBRARY_PATH 


I already check my /etc/ld.so.conf . one of the line in there is "/usr/lib/qt-3.1" . I also check the existance of the lib by going to "/usr/lib/qt-3.1/lib". My $QTDIR also OK . It points to "/usr/lib/qt-3.1". What other tricks I've been missing?..... and ofcourse I did thousand times of "ldconfig".

misc 01-08-2004 09:18 PM

Have you checked config.log yet?

And what version of Qt does the software require?

linuxlah 01-14-2004 06:38 PM

I can compile the program on my other machine. A slack 9.1 same QT 3.2.1

beatupbilly 01-14-2004 07:36 PM

Get the proper QT lib here:

yarrow.freshrpms.net


All times are GMT -5. The time now is 10:13 AM.