Hello all,
Im new to linux (Suse 8.2 personal) (3days lol) and i try today to install my first program (kopete). Right from the start when i typed ./configure i had problems. Libz problems, qt problems, X problems i battled them all and won finally lol. But now im facing my next problem it now says :
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
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!
In the config.log it says this about the problem :
conftest.cc:8:2: #error 1
configure:29041: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030200)
#error 1
#endif
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:29081: error: Qt (>= Qt 3.2) (library qt-mt) not found
I installed all libz, devel and qt packages from cd and im still googling to find the solution. Now 2,5 hours ago since i tryed to install kopete it is still not installed but i feel im getting closer
. I really have no idea how to solve this problem or what the problem means i hope one of you guys can help me solving it cause im really breaking my head over this one. (In the meantime i keep googling)
Any help is very much appreciated.
Greetingz CrazyF