Just fixed the same sort of problem last night with GIMP. Run ldd with the
shared libraries(libpng in your case) in question as the sole argument.
You will that the some rpms install libraries linked to libc5! (Which is
in /usr/i486-linux-libc5/lib). However, just adding that directory to
ld.so.conf could lead to more headaches, so...

Best thing to do is either find an rpm you know is glibc or, better yet,
get the libpng source and compile it yourself. I don't think your problem
is with the GIMP, though-just shared libraries compiled against libc5
trying to interact with glibc stuff on RH 5.0 , a glilbc-based system.

Hope this helps,
Robert

-------------------------------------------------------------
Robert Outlaw
Computer Science/Mathematics/Preaching the Gospel
Florida State University
[EMAIL PROTECTED]

Through love and faithfulness sin is atoned for;
  through the fear of the Lord a man avoids evil.

                                Proverbs 16:6

On Wed, 13 May 1998, Brad Alexander wrote:

> Hey gang,
> 
> Having two smallish problems that I could use some help with...Hopefully
> someone's seen something like this.
> 
> Running E BETA0.13.3/Imlib 1.3 on a P-100/64MB running RedHat 5.0 with
> all updates from the errata. I have noticed that most of the time, cut and
> paste in Eterms give a few characters of gibberish. Is this an Eterm (I'm
> running DR0.8pre6), an E problem or Imlib? Is there a known fix?
> 
> The second problem is with the Gimp on the same machine. I am running gimp
> 0.99.29 (although the same problems occured under 0.99.27) and all of the
> newest libs from Raster's site, including libtiff 3.4, libpng 1.0.1 (which
> produces libpng.so.2. I also have libpng.so.0 from the libpng-0.96
> package) and libjpg-6b. The gimp, when started, says
> "/usr/lib/gimp/0.99/plug-ins/ping: error loading shared libraries" and
> "libc.so.5: cannot open shared object file: No such file or directory."
> When trying to load jpgs, it tells me "Wrong JPEG library version: library
> is 62, caller expects 61"...Now I have checked my system for errant header
> files and checked LD_LIBRARY_PATH for any reference to libjpeg or anywhere
> it might be hiding (can't be many places since I just installed RH5). I
> also recompiled the source rpm twice and got the same thing.
> 
> Should I compile the libs from scratch? Uninstall the gimp stuff and
> recompile from src? Anyone have any ideas of the cause and/or a fix?
> 
> Thanks,
> --Brad
> 
> -
> To unsubscribe from this list send mail to: [EMAIL PROTECTED]
> with the message contents: unsubscribe e-develop
> 



-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to