QT Libs still not being found.
Ken Brakey
brakeykr at poncacity.net
Sat Feb 5 07:37:21 GMT 2000
Eric Damron wrote:
>
> When I try to create a new project I receive the following errors:
>
> BEGIN failed--compilation aborted at /usr/bin/kdoc line 17.
> configure: error: Qt-1.4 (libraries) not found. Please check your
> installation!
>
> I have set the QTDIR var = /usr/lib/qt and my /etc/ld.so.conf has the
> line:
> /usr/lib
When you set up QTDIR did you 'export' it??
I do it all at once by 'export QTDIR=/usr/local/qt-1.44' in
my .bashrc file
type 'echo $QTDIR' should be path ending with /qt-1.44
Mine is in /usr/local/qt-1.44
/etc/ld.so.conf should be /whatever/path/qt-1.44/lib
type 'qt --version' should give "qt-1.44" or whichever you
have set up.
type 'ldconfig -v | more' and it will show ALL the libs it
has access to
there should be a line /wherever/qt-libpath/is/qt-1.44/lib
Compiler uses a symbolic link to qt-1.44 made thusly
'ln -s /usr/lib/qt-1.44 /usr/lib/qt'
HTH Ken
>
> I'm running Mandrake 6.1 and using the 1.0 Beta 2 version of KDevelop.
> I saw one other post from someone with the exact same problem so I'm not
> alone. Does anyone know what is going on here?
>
> Thanks.
More information about the KDevelop
mailing list