Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When trying to install SuperKaramba, at ./configure, i got this error:
checking for Qt... configure: error: Qt (>= Qt 3.0.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 tried also
./configure --with-qt-dir=/usr/lib/qt-3.3 --with-qt-includes=/usr/lib/qt-3.3/include/ --with-qt-libraries=/usr/lib/qt-3.3/lib/
but the result is the same.
check the config.log and see what it's trying to do. usually with qt, the most important thing is making sure QTDIR is set and the libraries have been cached ( entered in /etc/ld.so.conf and ldconfig ). is this the qt that came with your system? If you built it yourself did you enable thread support?
this is the qt that came with the system.
i checked the config.log but it didn't helped me much...the last line was:
configure: exit 1
and above where some includes...no clue about what i might do to make it work.
/etc/ld.so.conf contains these 3 lines:
include ld.so.conf.d/*.conf
/usr/X11R6/lib
/usr/lib/qt-3.3/lib
int main() {
(void)QStyleFactory::create(QString::null);
QCursor c(Qt::WhatsThisCursor);
return 0;
}
configure:9876: error: Qt (>= Qt 3.0.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!
## ----------------- ##
## Cache variables. ##
## ----------------- ##
//there is a list of variables but i think only a line is related with the error
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.