[NTLUG:Discuss] RH 8.0 questions.
kbrannen@gte.net
kbrannen at gte.net
Fri Jan 24 10:31:28 CST 2003
Wayne Dahl wrote:
>>>2. I now can't get into my normal user account, presumably because I
>>>temporarily selected Enlightenment as my window manager, changed back to
>>>Gnome and now I get this error showing in the .xsessions-errors file in
>>>my user account...
>>>
>>>/usr/bin/enlightenment: error while loading shared libraries:
>>>libImlib.so.1: cannot open shared object file: No such file or directory
...
> When I do a ls -l /usr/lib/libIm*, I get libImlib.a, libImlib.so,
> libImlib.so.11, libImlib.so.11.0.0. libImlib.so and libImlib.so.11 are
> sym links to libImlib.so.11.0.0. I tried installing the latest version
> of Enlightenment on my system and I still can't get into my normal user
> account (I'm writing this as root right now).
...
You could fix it by hand with a sym link, but I don't think you should unless
you can find a libImlib.so.1.x.x file. Try "locate libImlib.so.1" and see
what you get. On my system, I get:
/home/local/lib/libImlib.so.1
/home/local/lib/libImlib.so.1.9.8
and the .1 file is a sym-link to the .1.9.8 file. So if you can find the full
version file, you can create a sym-link to it, then run "ldconfig" (as root).
If not, I sugest re-installing the Enlightenment rpm off the CD. You can make
sure it has what you need by doing:
rpm -qlp enlightenment_whatever.rpm | grep libImlib
to make sure the file you need is in there.
HTH,
Kevin
More information about the Discuss
mailing list