I also get this problem. I'm running SuSE7.1 with KDE3 (so QT3) I get the error
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (library qt) not found. Please check your installation!
But I have QT3..
I tried installing the latest RPM and it complained about a missing libary
kmerlin: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory
Any clues?
I'd really like to get this sorted as I use IMICI at the moment for MSN chat and although it's competent, it's not really that good. I belive that KMerlin is better.
Thanks in advance
Jason
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Running Mandrake 8.1 and when I issued
./configure --prefix=/usr
I received the error "package Qt is not installed". When I do a rpm -q libqt2, I get:
libqt2-2.3.1-14mdk
Do I need do change me version of Qt?
Hi,
the QT version is correct. I think the configure script cant find the QT directory.
You can run the configure script as follow:
(Mandrake 8.0)
./configure --with-qt-dir=/usr/qt2 --prefix=/usr
Do you have the QT devel packages installed,too?
Olaf
Sorry, wrong directory
The QT dir is /usr/lib/qt2
Olaf
Thanks Olaf,
Unfortunately,it still failed. I issued the commands:
./configure --with-qt-dir=/usr/lib/qt2 --prefix=/usr
And recieved:
error: Qt (>= Qt 2.2.2) (libraries) not found.
Then I entered:
./configure --with-qt-dir=/usr/lib/qt2 --prefix=/usr/lib
Thinking I needed the /lib at the end, but it gave me the same error.
Also,
rpm -q libqt2-devel
returns:
libqt2-devel-2.3.1-14mdk
Thanks
Bill
I also get this problem. I'm running SuSE7.1 with KDE3 (so QT3) I get the error
checking for Qt... configure: error: Qt (>= Qt 2.2.2) (library qt) not found. Please check your installation!
But I have QT3..
I tried installing the latest RPM and it complained about a missing libary
kmerlin: error while loading shared libraries: libfam.so.0: cannot open shared object file: No such file or directory
Any clues?
I'd really like to get this sorted as I use IMICI at the moment for MSN chat and although it's competent, it's not really that good. I belive that KMerlin is better.
Thanks in advance
Jason