Click to See Complete Forum and Search --> : Installing imlib...


KyPeN
11-30-2003, 02:11 AM
Getting angry!! No matter what I do, I can't seem to install imlib (libImlib.so.1 is what I need really). I downloaded this (http://rpmfind.net/linux/RPM/redhat/taroon/i386/imlib-1.9.13-12.i386.html) and it said its already installed. So I "--replacepkgs" it anyway, and tried again. I still get that same error!

[root@localhost root]# rpm -ihv Eterm*.rpm
error: Failed dependencies:
libImlib.so.1 is needed by Eterm-0.9-2
[root@localhost root]# locate libImlib.so.1
/root/Old Stuff/imlib-1.9.14/Imlib/.libs/libImlib.so.1.9.14
/root/Old Stuff/imlib-1.9.14/Imlib/.libs/libImlib.so.1
/usr/lib/libImlib.so.11.0.0
/usr/lib/libImlib.so.11
/usr/lib/libImlib.so.1
/usr/local/lib/libImlib.so.1.9.14
/usr/local/lib/libImlib.so.1
[root@localhost root]#


Suggestions?

Elijah
11-30-2003, 11:34 AM
Try uninstalling Imlib and reinstall again. Then do an "ldconfig"

KyPeN
11-30-2003, 01:36 PM
Here is some food for thought:
[root@localhost root]# rpm -ihv imlib-1.9.13-12.i386.rpm
Preparing... ########################################### [100%]
package imlib-1.9.13-12 is already installed
[root@localhost root]# rpm -e imlib-1.9.13-12.i386.rpm
error: package imlib-1.9.13-12.i386.rpm is not installed
[root@localhost root]#

serz
11-30-2003, 03:16 PM
It won't work if you specify the exact name of package you installed.

rpm -e imlib

KyPeN
11-30-2003, 03:42 PM
Should I do a no dependancy thing on it?
This is what I get, and I don't wanna go messing things sup:

[root@localhost root]# rpm -e imlib
error: Failed dependencies:
libImlib.so.11 is needed by (installed) kdegraphics-3.1-5
libgdk_imlib.so.1 is needed by (installed) gnome-libs-1.4.1.2.90-32
libgdk_imlib.so.1 is needed by (installed) dia-0.90-11
libgdk_imlib.so.1 is needed by (installed) gdk-pixbuf-gnome-0.18.0-7
libgdk_imlib.so.1 is needed by (installed) gtoaster-1.0beta6-4
libgdk_imlib.so.1 is needed by (installed) libcapplet0-1.4.0.1-11
libgdk_imlib.so.1 is needed by (installed) libglade-0.17-11
libgdk_imlib.so.1 is needed by (installed) libgnomeprint15-0.37-4
libgdk_imlib.so.1 is needed by (installed) bonobo-1.0.22-4
libgdk_imlib.so.1 is needed by (installed) bonobo-conf-0.16-5
libgdk_imlib.so.1 is needed by (installed) gnome-spell-0.5-5
libgdk_imlib.so.1 is needed by (installed) gnome-pilot-0.1.71-2
libgdk_imlib.so.1 is needed by (installed) freeciv-1.13.0-6
libgdk_imlib.so.1 is needed by (installed) xchat-1.8.11-7
libgdk_imlib.so.1 is needed by (installed) gnome-print-0.37-4
libgdk_imlib.so.1 is needed by (installed) gtk-engines-0.11-16
libgdk_imlib.so.1 is needed by (installed) Guppi-0.40.3-13
libgdk_imlib.so.1 is needed by (installed) glade-0.6.4-9
libgdk_imlib.so.1 is needed by (installed) gnucash-1.8.1-3
libgdk_imlib.so.1 is needed by (installed) gnumeric-1.0.12-3
libgdk_imlib.so.1 is needed by (installed) gtkhtml-1.1.9-0.9.1
libgdk_imlib.so.1 is needed by (installed) evolution-1.2.2-5
libgdk_imlib.so.1 is needed by (installed) grip-3.0.7-fr1
imlib is needed by (installed) gnome-libs-1.4.1.2.90-32
imlib >= 1.9 is needed by (installed) gqview-1.2.1-3
imlib = 1:1.9.13 is needed by (installed) imlib-devel-1.9.13-12
imlib is needed by (installed) fnlib-0.4-7.1
[root@localhost root]#

serz
11-30-2003, 04:40 PM
If you're going to re-install it then there's nothing to worry about.

rpm -e --nodeps imlib
rpm -ivh imlib-1.9.13-12.i386.rpm

KyPeN
11-30-2003, 06:19 PM
Arg...no go [root@localhost root]# rpm -e --nodeps imlib
[root@localhost root]# rpm -ivh imlib-1.9.13-12.i386.rpm
Preparing... ########################################### [100%]
1:imlib ########################################### [100%]
[root@localhost root]# rpm -ihv Eterm*.rpm
error: Failed dependencies:
libImlib.so.1 is needed by Eterm-0.9-2
[root@localhost root]#

KyPeN
12-01-2003, 04:19 PM
bump

Modorf
12-01-2003, 05:03 PM
what about doing the install of Eterm with --nodeps (no dependancies, which it seems you have).

N

sasKuatch
12-01-2003, 08:19 PM
also try using the full package name when installing

I do an 'ls', then use the mouse to select the packag I want to install, and middle-click to paste it after the 'rpm -ivh'. Makes it much easier, as well as ensuring no typos or possible dependency probs.