LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 02-09-2005, 02:24 PM   #1
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Rep: Reputation: 15
Mandrake 10.1 Headaches


Thinking that this would be great... I installed it last night -- unfortunately, I've yet been able to compile anything substatial yet. Installing anything that needs Qt results in this:

checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.


Yet they are located here:
/usr/lib/qt3/

Any ideas?

Thanks!

crash_zero
 
Old 02-09-2005, 05:16 PM   #2
caladbolg
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.x, Fedora Core 3, Archlinux 0.7, Ubuntu 5.04
Posts: 303

Rep: Reputation: 31
You made sure you installed the devel package? Looks to me like you installed the qt package, not devel package.
 
Old 02-09-2005, 05:32 PM   #3
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
You're right, I just noticed that theyre not in... interestingly enough I can't install them because I don't have liblcms... This has been the worst install ever.... I think 10.0 way waaaaaaaaaaaaaaaay better out of box..
 
Old 02-09-2005, 05:50 PM   #4
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
I found and compiled liblcms but mandrake still won't let me install the qt3 dev files... any idea on what's going on here? Thanks!
 
Old 02-10-2005, 01:50 AM   #5
bunnadik
Member
 
Registered: Jan 2005
Location: Övik, Sweden
Distribution: MDK 10.1
Posts: 450

Rep: Reputation: 30
You tried to install the qt-devel using the 'rpm' command right?
'rpm' doesn't know you've installed liblcms and there's no way for you to inform it.

However, if you run 'urpmi qt-devel-whatever' urpmi knows qt needs liblcms and automagically installs it.

Whacking down on 10.1 because you didn't select the qt-devels during install is a bit unfair, don't you think?

- Peder
 
Old 02-10-2005, 06:17 AM   #6
caladbolg
Member
 
Registered: Jul 2004
Distribution: Mandrake 10.x, Fedora Core 3, Archlinux 0.7, Ubuntu 5.04
Posts: 303

Rep: Reputation: 31
Always use urpmi instead of installing rpm's manually if possible. It's SO much easier.
 
Old 02-10-2005, 09:28 AM   #7
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
Fair enough -- In any case, I have made some progress. Though I manually install liblcms, I was also able to find an rpm of it. Once installed via RPM, mandrake added it to its data base. Now I'm trying to find libaudio which doesn't seen to exist anywhere. Any ideas on that one?

As for installing Qt on install -- I didnt see it anywhere. Same thing with gtk and I spent all day downloading gtk and all of its dependencies libpng, tiff, pango, xft, fontconfig, etc and compiling. Interestingly enough, I didn't see it listed as either an installed package or a package to install.

But... what about libaudio -- do you know where I might find that? I tried rpm search and it was no where to be found (for mandrake) and I also updated the urpmi's media settings. Nothing there either. It seems not to exist... so then I wonder how Qt could have installed on install if this is the case!! Anyway, all help appreciated. Thanks, guys.

crash
 
Old 02-10-2005, 09:40 AM   #8
bunnadik
Member
 
Registered: Jan 2005
Location: Övik, Sweden
Distribution: MDK 10.1
Posts: 450

Rep: Reputation: 30
You have to select "Install individual packages" during install, and perhaps selecting the "Straight listing mode"
(or whatever it's called in english).

And you have to distinguish between qt and qt-devel. The first is for running (pre)installed programs. The second
is only needed if you want to compile anything that needs qt yourself.

I find the search function in MCC confusing. I run urpmf instead. You should try 'urpmf libaudio' and you'll see a list of
every package that contains anything named libaudio. In your case you'd select "libaudiofile0-devel" and run
'urpmi libaudiofile0-devel' to have it installed.

- Peder
 
Old 02-10-2005, 04:55 PM   #9
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
I understand -- I usually installed everything by hand. I must have missed qt and qt-devel. I didn't think there would be a problem installing it from RPMs after that though... I've been using urpmi as well and it didn't find anything. I'm gonna reinstall and see if that helps!
 
Old 02-10-2005, 08:24 PM   #10
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
Well -- the reinstall did nothing but set me back. Luckily I saved all the binaries. As for qt -- there is absolutely no option to install it manually from the installer. I was, however, able to select gtkengine and gtkengine2... don't think that got me anywhere. A urpmi query on libaudio says everything already installed.... qt is nowhere to be found either because it's already installed. There are no qt-dev packages.

Any ideas now?

crash
 
Old 02-10-2005, 08:59 PM   #11
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
got it. I needed to do some easy urpmi'ing in the end. Thanks again!

crash
 
Old 02-11-2005, 02:05 AM   #12
bunnadik
Member
 
Registered: Jan 2005
Location: Övik, Sweden
Distribution: MDK 10.1
Posts: 450

Rep: Reputation: 30
Quote:
I needed to do some easy urpmi'ing in the end
I don't think you really needed to. If you're installing from the 3 CD's (or by FTP) all the necessery RPM's are there.
On my CD3, in the media5 directory, there's a libqt3-devel-3.3.3-26mdk.i586.rpm and a libaudiofile0-devel-0.2.6-2mdk.i586.rpm for instance.

The "Straight listing mode" during "Individual package selection" is entered by toggling the third button from the left (I think)
at the bottom right. That'll show you all the packages ordered by name.

Unless you're trying to install the Community Edition. That might (perhaps) lack those packages.

- Peder
 
Old 02-11-2005, 08:29 AM   #13
crash_zero
Member
 
Registered: Apr 2004
Posts: 42

Original Poster
Rep: Reputation: 15
I was installing from DVD. Whatever the case may have been, it was not working properly and it has now righted itself. I was able to accomplish last night in 2 hours of package installation what I couldn't in 6 on the previous install. Something had gone wrong the first time... It works now though... Oh well!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Major Headaches with Mandrake 9.0 and Nvidia Card Kadett Mandriva 107 03-23-2007 10:16 AM
Promise Fasttrack RAID on Mandrake 10.1 | dmraid, driver, headaches, Debian? rokkon Linux - Hardware 7 12-18-2005 07:15 AM
X Headaches roc Slackware - Installation 3 07-14-2005 10:53 AM
Mandrake+Nvidia=Headaches webterractive Linux - Hardware 10 12-10-2004 01:18 PM
QT headaches Pi Man Linux - Software 2 10-16-2004 11:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 04:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration