Click to See Complete Forum and Search --> : kde 2.1.1 upgrade dependency problem


nhogg
07-12-2001, 07:24 PM
hi all,
i'm up-grading to KDE2 on redhat 7.0 using the rpms and get a few dependany problems. Anyone know where to get these files?
-Nick
(error message follows)...

[root@localhost kde2]# rpm -Uvh --force kdesupport-2.1-0.70.1.i386.rpm
kdesupport ##################################################
/sbin/ldconfig: Input file /usr/lib/libjscript.so not found.

/sbin/ldconfig: Input file /usr/lib/libkfm.so not found.

/sbin/ldconfig: Input file /usr/lib/libkhtmlw.so not found.

/sbin/ldconfig: Input file /usr/lib/libkimgio.so not found.

/sbin/ldconfig: Input file /usr/lib/libmediatool.so not found.

/sbin/ldconfig: Input file /usr/lib/libQwSpriteField.so not found.

/sbin/ldconfig: Input file /usr/lib/libjs.so not found.

/sbin/ldconfig: Input file /usr/lib/libmimelib.so not found.

/sbin/ldconfig: Input file /usr/lib/libuulib.so not found.

nhogg
07-12-2001, 07:56 PM
further to my last post, all the files listed actually do exist in the directory specified in the error message - why would it output this as an error?
However, the file libsensors.so.1 is not on my system is required by one of the KDE2 packages. Any ideas where to find this?

cabu1966
07-13-2001, 12:02 AM
Go to rpmfind.net (http://www.rpmfind.net)
and enter "libsensors.so.1" in the search box.

bdg1983
07-13-2001, 05:11 AM
Probably ldconfig needs to be updated so it knows about the libraries.

I'm not sure if you just execute 'ldconfig' by itself or there is something else that needs to be done. Try the ldconfig manpage to see if it tells you.

Hopefully someone else will be able to provide the correct answer.