LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Problem installing new programs... KDE problem? (https://www.linuxquestions.org/questions/mandriva-30/problem-installing-new-programs-kde-problem-330372/)

seiyachan 06-04-2005 03:53 PM

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....

Padma 06-04-2005 04:23 PM

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... :confused:

seiyachan 06-05-2005 08:40 AM

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.

seiyachan 06-05-2005 09:38 AM

[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 ??? ......

Padma 06-05-2005 03:33 PM

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. :)

reddazz 06-05-2005 06:46 PM

You need to install libkdecore4-devel. Do as root,
Code:

#urpmi libkdecore4-devel

tkedwards 06-07-2005 01:51 AM

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.

seiyachan 06-07-2005 09:11 AM

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.

Chaosbringer 12-09-2005 11:01 AM

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 :(

reddazz 12-09-2005 11:23 AM

You sources may need updating, do as root
Code:

#urpmi.update -a
#urpmi libkdecore4-devel


Chaosbringer 12-09-2005 11:39 AM

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)


reddazz 12-09-2005 12:19 PM

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.

Chaosbringer 12-09-2005 12:23 PM

hmmmm, it just freezes :(

tkedwards 12-10-2005 12:31 AM

Have you setup all the mirrors from http://easyurpmi.zarb.org? Whats in your /etc/urpmi/urpmi.cfg?

reddazz 12-10-2005 01:20 AM

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 06:26 PM.