Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-16-2009, 04:29 PM
|
#1
|
|
Member
Registered: Aug 2006
Distribution: Slackware
Posts: 763
Rep:
|
Compiling kde 3.5.x apps on Slack64 13.0 running kde 3.5.10
Ok, so I just did a fresh install of Slack64 13 and I want to install a nice windeco for it. Now during the install I opted to leave out all of kde and qt so I could install kde 3.5.10. Everything is working great, except when I try to build crystal window decoration, I get:
Code:
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (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 know I have qt installed.
Code:
()- ls /var/log/packages/ | grep qt
poppler-qt3-0.10.7-x86_64-2opt
qt3-3.3.8b-x86_64-opt3
qtscriptgenerator-0.1.0-x86_64-1
Even if I just do a regular ./configure, make I get the same error. Anyone know of any way to fix this so it will find my qt install?
p.s. QTDIR is set in my environment as well:
Code:
- echo $QTDIR
/opt/kde3/lib64/qt3
|
|
|
|
10-18-2009, 01:55 AM
|
#2
|
|
Member
Registered: Mar 2004
Distribution: Slackware
Posts: 425
Rep:
|
Maybe your version of QT was not compiled with multithreading support? Try running updatedb and then "slocate libqt-mt". If nothing comes up, there's a problem. Try building from source.
|
|
|
|
10-18-2009, 06:15 AM
|
#3
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,590
|
You can try doing :
export LD_LIBRARY_PATH=/opt/kde3/lib64/qt3/lib
in the terminal used.
.. if the path isn't mentioned in /etc/ld.so.conf
The export.. command is temporary .. the path
works till you exit the terminal session.
.....
Last edited by knudfl; 10-18-2009 at 06:19 AM.
|
|
|
|
10-18-2009, 09:28 AM
|
#4
|
|
Senior Member
Registered: Mar 2004
Location: Westray, Orkney
Distribution: Slackware64-14.0 (multi-lib)
Posts: 1,319
Rep: 
|
I just compiled kmymoney using the slackbuild, so I would guess most kde3 programs should compile, I am using Slackware64-13.0 (multi-lib) with KDE 3.5.10.
samac
|
|
|
|
10-18-2009, 09:45 AM
|
#5
|
|
Member
Registered: Aug 2006
Distribution: Slackware
Posts: 763
Original Poster
Rep:
|
@knudfl: It's in the ld.so.conf.
Code:
--> cat /etc/ld.so.conf
/usr/local/lib
/usr/x86_64-slackware-linux/lib
/usr/lib64/seamonkey
/opt/kde3/lib64
|
|
|
|
10-18-2009, 10:07 AM
|
#6
|
|
Member
Registered: Mar 2004
Distribution: Slackware
Posts: 425
Rep:
|
I believe the QT package that comes with Slack doesn't have multithreading support enabled, as I have no libqt-mt files. And it looks like it's failing because of that, hence the "qt-mt"
|
|
|
|
10-18-2009, 11:20 AM
|
#7
|
|
Senior Member
Registered: Mar 2004
Location: Westray, Orkney
Distribution: Slackware64-14.0 (multi-lib)
Posts: 1,319
Rep: 
|
Quote:
|
I believe the QT package that comes with Slack doesn't have multithreading support enabled, as I have no libqt-mt files. And it looks like it's failing because of that, hence the "qt-mt"
|
Quote:
root@quad64:/home/samac# locate qt-mt
/opt/kde3/lib64/libqt-mt.so
/opt/kde3/lib64/libqt-mt.so.3
/opt/kde3/lib64/libqt-mt.so.3.3
/opt/kde3/lib64/libqt-mt.so.3.3.8
/opt/kde3/lib64/pkgconfig/qt-mt.pc
/opt/kde3/lib64/qt3/lib/libqt-mt.la
/opt/kde3/lib64/qt3/lib/libqt-mt.prl
/opt/kde3/lib64/qt3/lib/libqt-mt.so
/opt/kde3/lib64/qt3/lib/libqt-mt.so.3
/opt/kde3/lib64/qt3/lib/libqt-mt.so.3.3
/opt/kde3/lib64/qt3/lib/libqt-mt.so.3.3.8
/opt/kde3/lib64/qt3/lib/pkgconfig/qt-mt.pc
|
Yes, it does!
samac
|
|
|
|
10-18-2009, 11:32 AM
|
#8
|
|
Member
Registered: Mar 2004
Distribution: Slackware
Posts: 425
Rep:
|
Hmmm....do the newer QT packages not utilize libqt-mt files, then? I have qt-r1008952-x86_64-1 which came with Slack 13 and I have no such files.
|
|
|
|
10-18-2009, 12:27 PM
|
#9
|
|
Member
Registered: Apr 2009
Distribution: Slackware
Posts: 442
Rep:
|
do you have kde3-compat (extra/kde3-compat)?
|
|
|
|
10-18-2009, 04:33 PM
|
#10
|
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen, DK
Distribution: pclos2012.8, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 11,590
|
# 5 :
No, /opt/kde3/lib64/qt3/lib is not in your/etc/ld.so.conf
And may be it shouldn't be, hence the export command.
.....
Last edited by knudfl; 10-18-2009 at 04:35 PM.
|
|
|
|
10-18-2009, 06:11 PM
|
#11
|
|
Member
Registered: Aug 2006
Distribution: Slackware
Posts: 763
Original Poster
Rep:
|
Sorry, knudfl. I tried the export command and got the same error.
@BrZ: I wouldn't think I would need the kde3-compat pkgs. The qt package is actually older than the one with kde3.5.10.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:06 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
|
|