Trouble with Trolltech QT install under RH9

DJediMaster

Senior member
Dec 27, 2000
569
0
0
I am trying to install QT 3.3.0 under redhat 9 since some packages require QT >= version 2.3. I followed the install guide here http://ftp.silug.org/pub/qt/source/INSTALL and the command 'make install' completed without and errors. However when I run 'qtconfig' it still displays the old version: 3.1.1. When I run './configure' on those packages that I want to install they are unable to locate the QT 3.3 lib and headers. Is there something I am missing here? Thanks.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Where are the QT 3.1 files? Where are you installing the QT 3.3 files? What is your $PATH or ld path ($LD_LIBRARY_PATH or whatever you feed into ld)?

My best guess off the top of my head ;)