Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-30-2005, 03:19 PM
|
#1
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Rep:
|
error: Qt (>= Qt 3.0.2) (library qt-mt) not found
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.
What should i do?
|
|
|
03-30-2005, 03:29 PM
|
#2
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
|
|
|
03-30-2005, 03:32 PM
|
#3
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
This is the output:
/usr/lib/qt-3.3
|
|
|
03-30-2005, 03:45 PM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
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?
|
|
|
03-30-2005, 03:58 PM
|
#5
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
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
|
|
|
04-01-2005, 04:54 PM
|
#6
|
Member
Registered: Apr 2004
Posts: 88
Rep:
|
Do you have the Qt devel package installed? (ie the development headers)
|
|
|
04-02-2005, 04:00 AM
|
#7
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
yes i have qt-devel-3.3.3-8
|
|
|
04-02-2005, 05:58 AM
|
#8
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
post the config.log from about 20 lines or so above the error line you indicated in your previous post down to the error line itself.
|
|
|
04-02-2005, 06:18 AM
|
#9
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
configure:9424: result: no
configure:9427: checking for libjpeg
configure:9470: gcc -o conftest -O2 -I/usr/X11R6/include -D_REENTRANT conftest.c -L/usr/X11R6/lib -ljpeg -lm >&5
configure:9473: $? = 0
configure:9476: test -s conftest
configure:9479: $? = 0
configure:9495: result: -ljpeg
configure: 9514: /usr/include/jpeglib.h
taking that
configure:9667: checking for Qt
configure: 9729: /usr/lib/qt-3.3/include//qstyle.h
taking that
configure:9834: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -I/usr/lib/qt-3.3/include/ -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt-3.3/lib/ -L/usr/X11R6/lib conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lresolv -lpthread 1>&5
/usr/lib/libfontconfig.so.1: undefined reference to `FT_Get_BDF_Property'
collect2: ld returned 1 exit status
configure:9837: $? = 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 >= 302)
#error 1
#endif
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
ac_cv_have_qt=have_qt=no
//shouldn't this be "ac_cv_have_qt=have_qt=yes" ?
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "qnx"
#define VERSION "0.2"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_TEMPLATE_REPOSITORY 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CRYPT 1
#define ksize_t socklen_t
#define HAVE_RES_INIT 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_CHAR_P 4
#define SIZEOF_CHAR 1
#define HAVE_LIBZ 1
#define HAVE_LIBPNG 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPTHREAD 1
configure: exit 1
|
|
|
04-02-2005, 06:25 AM
|
#10
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
Quote:
Originally posted by bogdanf25
/usr/lib/libfontconfig.so.1: undefined reference to `FT_Get_BDF_Property'
configure: exit 1
|
looks like you have a freetype problem, make sure you have it
|
|
|
04-02-2005, 06:29 AM
|
#11
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
i have freetype-2.1.9-1
|
|
|
04-02-2005, 06:49 AM
|
#12
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
there is a problem with your freetype, looks like fontconfig was compiled against a different version than the one you have installed.
by the way, can't you get superkaramba through yum?
|
|
|
04-02-2005, 06:56 AM
|
#13
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
i've just installed superkaramba from a rpm package and didn't get any error
|
|
|
04-02-2005, 07:04 AM
|
#14
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
so it's working?
|
|
|
04-02-2005, 07:08 AM
|
#15
|
LQ Newbie
Registered: Mar 2005
Location: Romania
Distribution: Fedora Core 3
Posts: 9
Original Poster
Rep:
|
yes now its working. 10x
|
|
|
All times are GMT -5. The time now is 01:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|