Re: Aha! libpng error is the root of my problems; still need help



On Tue, 5 Jan 1999, Gleef wrote:

> That is normal.  A shared library is generally not linked to many other
> libraries, counting instead on the application to supply the appropriate
> library links to resolve the unresolved symbols.  I would be surprised if
> the libraries linked to any more than libc.so and /lib/ld-linux.so.

Usually, yeah, but since 'ldd /usr/lib/libgtk-1.1.so.11', for instance,
gives me:
        libgmodule-1.1.so.12 => /usr/lib/libgmodule-1.1.so.12 (0x4010b000)
        libglib-1.1.so.12 => /usr/lib/libglib-1.1.so.12 (0x4010e000)
        libdl.so.2 => /lib/libdl.so.2 (0x4012d000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40130000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4013d000)
        libm.so.6 => /lib/libm.so.6 (0x401e1000)
        libc.so.6 => /lib/libc.so.6 (0x401fa000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)
I don't take anything for granted with the byzantine interdependancy that is
gnome....  ;-)

> This is probably your problem.  There have been many systems (particularly
> Alphas, but not exclusivly as I understand) with problems with libpng
> 1.0.2.  I suggest you downgrade to libpng 1.0.1.

Hrmn.  I'd thought I'd been using the RH-5.x libpng-1.0.1 RPM all this time,
and just upgraded to try to fix that, but deinstalling all png-related stuff
and reinstalling libpng-*.1.0.1.rpm from the FTP site made it work.  Weird.

Thanks....

Also thanks to Mark Stuermer and Mike Hall for the similar input.  (*whew)
Now I can get around to compiling gnome-core, _finally_.

> Also, when you compiled from source, where did you install it?  Most
> libraries compiled from source go in /usr/local/lib, but convertrgb is
> looking in /usr/lib.

For some long-forgotten reason, I got in the habit of doing --prefix=/usr
for all gnome-related stuff, and so /usr/lib is the correct place....

-- 
----------------------------------------------------------------
R Pickett                Look around you. This is what the world
emerson@hayseed.net      looks like at the end of the millenium.
----------------------------------------------------------------




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