Mandriva This Forum is for the discussion of Mandriva (Mandrake) 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.
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.
|
 |
11-22-2004, 01:00 PM
|
#1
|
Member
Registered: Oct 2004
Posts: 52
Rep:
|
QT install problem
Whenever I compile from source,I get error message said libqt-mt is missing.
But I have qt3.3 installed.
Where can I get libqt-mt? Isnt it contained in qt?
Help me with this anoying thing plz.
|
|
|
11-22-2004, 05:31 PM
|
#2
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
You may have QT installed but will probably find that you will need the development libraries if you are compiling from source. Have a look in package manager for the rpm with libqt as it's name ans install that if you haven't already. Other than that you may find that the QT configure script isn't looking in the right place.
Are you using Mandrake?
|
|
|
11-22-2004, 05:39 PM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,375
|
"Whenever I compile from source,I get error message said libqt-mt is missing.
But I have qt3.3 installed."
You are probably missing libqt3-mt-dev.
"Where can I get libqt-mt? Isnt it contained in qt?"
You should check Mandrake for a package containing libqt3-mt-dev. I am uncertain what Mandrake calls the package. It may be called qt3-devel by Mandrake.
---------------------------
Steve Stites
Last edited by jailbait; 11-22-2004 at 05:49 PM.
|
|
|
11-22-2004, 07:28 PM
|
#4
|
Member
Registered: Oct 2004
Posts: 52
Original Poster
Rep:
|
yes, i'm using MDK. I've tried to find package "libqt3-mt-dev" from lots of rpm download website but cant find. I am gona try to find qt3-devel package.
|
|
|
11-22-2004, 08:20 PM
|
#5
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
Here is the output from my Package Manager for the file libqt3-3.3.3-26mdk
Code:
Name: libqt3
Version: 3.3.3-26mdk
Size: 14807 KB
Medium: main
Currently installed version: 3.3.3-23mdk
Summary: Qt3 - Shared libraries
Files:
/usr/lib/qt3
/usr/lib/qt3/lib
/usr/lib/qt3/lib/libdesignercore.a
/usr/lib/qt3/lib/libdesignercore.prl
/usr/lib/qt3/lib/libeditor.a
/usr/lib/qt3/lib/libeditor.prl
/usr/lib/qt3/lib/libqassistantclient.a
/usr/lib/qt3/lib/libqassistantclient.prl
/usr/lib/qt3/lib/libqt-mt.la
/usr/lib/qt3/lib/libqt-mt.prl
/usr/lib/qt3/lib/libqt-mt.so.3
/usr/lib/qt3/lib/libqt-mt.so.3.3
/usr/lib/qt3/lib/libqt-mt.so.3.3.3
/usr/lib/qt3/lib/libqui.prl
/usr/lib/qt3/lib/libqui.so.1
/usr/lib/qt3/lib/libqui.so.1.0
/usr/lib/qt3/lib/libqui.so.1.0.0
/usr/lib/qt3/plugins/lib/styles
/usr/lib/qt3/plugins/lib/styles/libqcdestyle.so
/usr/lib/qt3/plugins/lib/styles/libqcompactstyle.so
/usr/lib/qt3/plugins/lib/styles/libqmotifplusstyle.so
/usr/lib/qt3/plugins/lib/styles/libqmotifstyle.so
/usr/lib/qt3/plugins/lib/styles/libqplatinumstyle.so
/usr/lib/qt3/plugins/lib/styles/libqsgistyle.so
If you look, libqt-mt.so.3 is included, in the following location: /usr/lib/qt3/lib. If you have that file then I guess you have installed the correct RPM.
|
|
|
11-22-2004, 08:25 PM
|
#6
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
My apologies, it looks like you will need to install libqt3-devel-3.3.3-26mdk.rpm as well. This one includes a symlink (I presume) to the libqt-mt.so file which is probably what you need. Looks like a another user is having a similar problem in this thread 
|
|
|
11-22-2004, 09:34 PM
|
#7
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
Doing things the hard way...
The easy way....
Set your URPMI sources:
See: http://www.zebulon.org.uk/urpmi_en.html
Then once done... merely
urpmi libqt-dev (or whatever)
and let urpmi work it's magic.
|
|
|
11-23-2004, 12:12 AM
|
#8
|
Member
Registered: Oct 2004
Posts: 52
Original Poster
Rep:
|
thx for replies. I just checked what I installed for qt:
qtc-3.2.3-10mdk
libqt3-devel-3.3.3-26mdk
qt-ODBC-3.3.3-0.2
qt-PostgreSQL-3.3.3-0.2
libqt3-3.3.3-26mdk
qt3-common-3.3.3-26mdk
qt-3.3.3-0.2
libqtc1-3.2.3-10mdk
I do have libqt3-devel installed but the problem still happens.
Help, I have almost installed all qt packages lol. 
|
|
|
11-23-2004, 04:31 AM
|
#9
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
urpmi the original src.rpm file.
urpmi will look for and install whatever is missing.
|
|
|
11-23-2004, 06:13 PM
|
#10
|
Member
Registered: Oct 2004
Posts: 52
Original Poster
Rep:
|
Quote:
Originally posted by opjose
urpmi the original src.rpm file.
urpmi will look for and install whatever is missing.
|
]
I hate urpmi bc I have to configure everything in console so I am using rpmdrake. Every those packages I installed was using rpmdrake. Arg,may be it is time to get urpmi to work...but I thought they are doing the exactly same thing but how can my rpmdrake installed a rpm of which something is missing?
|
|
|
11-23-2004, 08:20 PM
|
#11
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
What is the exact ./configure error message you get with regards to the libqt-mt library? And can you confirm that the library files exist by using your favourite file manager (konqueror, konsole, nautilus)? If you definately have the packages installed then the ./configure script can't locate them and you may have to set it the path to them manually.
I personally don't like urpmi, but it really isn't that hard to use from the command line. It's a few commands and that's all, but at the end of the day it's up to you. 
|
|
|
11-24-2004, 01:10 AM
|
#12
|
Senior Member
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090
Rep:
|
Quote:
Originally posted by totti10
]
I hate urpmi bc I have to configure everything in console so I am using rpmdrake. Every those packages I installed was using rpmdrake. Arg,may be it is time to get urpmi to work...but I thought they are doing the exactly same thing but how can my rpmdrake installed a rpm of which something is missing?
|
rpmdrake will not install missing modules until you set up your urpmi sources.
See: http://www.zebulon.org.uk/urpmi_en.html
4 minutes to set up! What's the problem doing so?
rpmdrake does not use the src.rpm files directly, so it's easier to use the command line
urpmi nameofpackage.src.rpm to automatically pick up any required developement libs.
|
|
|
11-24-2004, 09:38 AM
|
#13
|
Senior Member
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081
Rep:
|
Quote:
Originally posted by opjose
rpmdrake will not install missing modules until you set up your urpmi sources.
|
He should already have one source as I thought that when installing Mandy it automatically chooses your installation media as an urpmi source? I agree that if your using an installation CD/DVD then you probably wont have all the relevent rpms (as oposed to the online data stores), but I'm almost certain that the ones needed here are on CD1 or the DVD.
|
|
|
All times are GMT -5. The time now is 08:16 AM.
|
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
|
|