LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem installing Kile 1.8 (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-kile-1-8-a-327562/)

solarize 05-27-2005 01:38 AM

Problem installing Kile 1.8
 
I'm trying to install kile 1.8, but I get the following error while configuring:

Quote:

checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
I installed qt-devel-3.3.4-0.fc3.0 from rpm. This is with thread support I assume?

So I checked if this library isn't there, but it is and I also installed the devel packages of kde and qt. So I tried the following:

Quote:

./configure --prefix=/usr --with-qt-dir=/usr/lib/qt-3.3
I get the same thing. Somebody any suggestions?

Thanks

foo_bar_foo 05-28-2005 03:35 PM

did it really put the qt prefix at
/usr/lib/qt-3.3
that doesn't sound right
that would make
/usr/lib/qt-3.3/bin
/usr/lib/qt-3.3/lib
/usr/lib/qt-3.3/mkspecs
and like that ?

anyway you need add the bin path to PATH
and the lib/pkgconfig path to PKG_CONFIG_PATH
and set QTDIR to the proper prefix

also when you install a KDE app you need to use the same --prefix= as your KDE installation

solarize 06-03-2005 11:56 AM

You are right, the prefix is /usr/lib/qt-3.3/lib

I solved the problem by adding the above path to /etc/ld.so.conf and run /sbin/ldconfig. That was the reason it coudn't find the libraries


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