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.
|
 |
|
06-04-2005, 03:53 PM
|
#1
|
LQ Newbie
Registered: Jun 2005
Posts: 9
Rep:
|
Problem installing new programs... KDE problem?
Hello,
I just downloaded the Mandriva LE 2005, after getting the system installed, I wanted to add some more programs that I wanted to use. Namely * showimg-0.9.4-1 * and * ksmoothdock-3.5.1* . But I could get neither of them configure and compile correctly. During ./configure , it says :
....
....
checking for Qt... libraries /usr/lib/qt3//lib, headers /usr/lib/qt3//include using -mt
checking for moc... /usr/lib/qt3//bin/moc
checking for uic... /usr/lib/qt3//bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
[root@localhost showimg-0.9.4-1]#
....
This is not the first time this problem has occurred. There was some problem compiling new packages in Mandrake 10.1 too. I selected any individual package that I could put a tick during the system installation, just i suspect that it still has not installed all the lib* that are needed.
But in 10.0, they both compiled and worked fine. So I finally get this 2 packages installed in Mandrake official 10.0 and then upgrade the system to Mandriva 10.2 , but i do not want to do this every time i install an extra package....
|
|
|
06-04-2005, 04:23 PM
|
#2
|
Member
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808
Rep:
|
Sounds like you need to install the KDE-devel packages.
ALso, whay are you compiling those apps? They are available as Mdk rpms for LE 2005... 
|
|
|
06-05-2005, 08:40 AM
|
#3
|
LQ Newbie
Registered: Jun 2005
Posts: 9
Original Poster
Rep:
|
thanks. i will try to install the kde-devel , but wouldn't it be installed by default? i don't see any option in the installation wizard that i can choose to install this.
I tried to innstall the software from rpm package, but it didn't work neither.
|
|
|
06-05-2005, 09:38 AM
|
#4
|
LQ Newbie
Registered: Jun 2005
Posts: 9
Original Poster
Rep:
|
[root@localhost main]$ ls lib*kde*dev*.*
libkdetoys1-devel-3.3.2-6mdk.i586.rpm
..... this is the only kde devel package i can find on the DVD..... does Mandriva exclude all the kde-devel packages ??? ......
|
|
|
06-05-2005, 03:33 PM
|
#5
|
Member
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808
Rep:
|
Mandriva excludes most of the devel packages from its free download version (to make it fit on 3 CDs  ).Visit http://easyurpmi.zarb.org/ to set up your repository mirrors. If you follow the directions on that site, you can access the entire suite of non-proprietary software Mandriva has available, including all the devel packages. For LE2005, choose the "2005" sources. Make sure to include mirrors for "main", "updates", "contrib", and "plf" (both free and non-free). It's almost like buying the PowerPack Edition. 
|
|
|
06-05-2005, 06:46 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
You need to install libkdecore4-devel. Do as root,
Code:
#urpmi libkdecore4-devel
Last edited by reddazz; 12-12-2005 at 08:46 AM.
|
|
|
06-07-2005, 01:51 AM
|
#7
|
Senior Member
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549
Rep:
|
As Padma said just install the programs using the install programs thingo in the MCC. Now that you've setup your URPMI sources they should all be there. You're asking for a whole lot of unecessary pain and trouble by trying to compile them from source.
|
|
|
06-07-2005, 09:11 AM
|
#8
|
LQ Newbie
Registered: Jun 2005
Posts: 9
Original Poster
Rep:
|
Thanks for all the information! Learned so much! Now I know what is going on and know how to 'fix' it. ^__< It works well now.
|
|
|
12-09-2005, 11:01 AM
|
#9
|
Member
Registered: Jul 2005
Distribution: OpenSuse 11
Posts: 49
Rep:
|
how did u get it to work? it doesnt work for me, when i do the urpmi libkdecore4-devel it gives this error
libkdecore4-3.3.2-124.2.102mdk.i586 (due to unsatisfied menu-xdg[>= 0.6-5mdk])
libkdecore4-devel-3.3.2-124.2.102mdk.i586 (due to missing libkdecore4-3.3.2-124.2.102mdk.i586)
what can i do? i have been all over the net trying to install this app but i cant get it to work, the world of windows has corrupted my mind 
|
|
|
12-09-2005, 11:23 AM
|
#10
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
You sources may need updating, do as root
Code:
#urpmi.update -a
#urpmi libkdecore4-devel
Last edited by reddazz; 12-12-2005 at 08:46 AM.
|
|
|
12-09-2005, 11:39 AM
|
#11
|
Member
Registered: Jul 2005
Distribution: OpenSuse 11
Posts: 49
Rep:
|
hmm, all it does is this
Code:
[root@localhost chaosbringer]# urpmi.update -a
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.jpackage.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation DVD (cdrom1).cz]
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz]
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.plf-nonfree.cz]
retrieving source hdlist (or synthesis) of "updates"...
...retrieving done
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
reconfiguring urpmi for media "main"
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.main.cz]
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.plf-free.cz]
after that i run
Code:
urpmi libkdecore4-devel
and i still get
Code:
[root@localhost chaosbringer]# urpmi libkdecore4-devel
Some package requested cannot be installed:
libkdecore4-3.3.2-124.2.102mdk.i586 (due to unsatisfied menu-xdg[>= 0.6-5mdk])
libkdecore4-devel-3.3.2-124.2.102mdk.i586 (due to missing libkdecore4-3.3.2-124.2.102mdk.i586)
Continue? (Y/n)
|
|
|
12-09-2005, 12:19 PM
|
#12
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
The mirror that you are using does not seem to have all the right packages. Try running
Code:
#urpmi --auto-select --auto
Once thats done done try the commands above. If it still doesn't work, then you need to look for a newer menus-xdg 0.6.x package from sites like rpm.pbone.net and install it.
|
|
|
12-09-2005, 12:23 PM
|
#13
|
Member
Registered: Jul 2005
Distribution: OpenSuse 11
Posts: 49
Rep:
|
hmmmm, it just freezes 
|
|
|
12-10-2005, 12:31 AM
|
#14
|
Senior Member
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549
Rep:
|
Have you setup all the mirrors from http://easyurpmi.zarb.org? Whats in your /etc/urpmi/urpmi.cfg?
|
|
|
12-10-2005, 01:20 AM
|
#15
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally Posted by Chaosbringer
hmmmm, it just freezes 
|
It could be better to remove all your sources and set them up from scratch using a different mirror.
|
|
|
All times are GMT -5. The time now is 02:35 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
|
|