Re: gmc location box



On Tue, May 11, 1999 at 09:04:25PM -0400, Rolando Roman wrote:
> i reinstalled libpng .2.1.0
> but i did not delete old ones looking for the other ones??
> 

Yes, you can delete the old ones. To find out if you got it right,
find out in which directory the new ones are. Then do

  ldd /opt/gnome/lib/Imlib.so

(I assumer all your gnome-libs are in /opt/gnome/lib),
and see if the new libpng.so.2 is found. For example

  libpng.so.2 => /usr/local/lib/libpng.so.2

in my case, since I have libpng.so.2 in /usr/local/lib.
If your libpng is in /opt/gnome/lib, you should get

  libpng.so.2 => /opt/gnome/lib/libpng.so.2

If this does not work, do a 'ldconfig' as rot and try again.



If your libpng is found, do a

  ldd /opt/gnome/lib/libpng.so.2

and if you get libc.so.6, but not libc.so.5, we've made progress.
If not, try reinstalling libz.so.1.

Ronald



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]