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

Re: libc5 xlib packages



On Sat, Nov 20, 2004 at 11:51:21PM +0100, Kurt Roeckx wrote:
> 
> I'm a little confused about what you're asking.  We have a libc5
> package that has a /lib/libc.so.5.4.46, /lib/libc.so.5 symlink to
> it, libm.  What else do you need?
> 
> You need X libraries linked to libc5?  Why would you need
> those?  Why don't the normal x libraries work for you?

Trying things myself, I get:
ldd netscape-3.1
        libXt.so.6 => not found
        libSM.so.6 => not found
        libICE.so.6 => not found
        libXmu.so.6 => not found
        libXpm.so.4 => not found
        libXext.so.6 => not found
        libX11.so.6 => not found
        libdl.so.1 => /lib/libdl.so.1 (0x4000b000)
        libc.so.5 => /lib/libc.so.5 (0x4000e000)
./netscape-3.1: can't resolve symbol 'objectClass'
./netscape-3.1: can't resolve symbol 'wmShellWidgetClass'
./netscape-3.1: can't resolve symbol 'constraintWidgetClass'
...


And:
ldd netscape-4.7
        libXt.so.6 => not found
        libSM.so.6 => not found
        libICE.so.6 => not found
        libXmu.so.6 => not found
        libXpm.so.4 => not found
        libXext.so.6 => not found
        libX11.so.6 => not found
        libdl.so.1 => /lib/libdl.so.1 (0x4000b000)
        libc.so.5 => /lib/libc.so.5 (0x4000e000)
        libg++.so.27 => not found
        libstdc++.so.27 => not found
        libm.so.5 => /lib/libm.so.5 (0x400cb000)
./netscape-4.7: can't resolve symbol 'objectClass'
./netscape-4.7: can't resolve symbol 'wmShellWidgetClass'
./netscape-4.7: can't resolve symbol 'constraintWidgetClass'
[...]

All those libs are available in /usr/X11R6/lib/ (which is in
/etc/ld.so.conf), so I do not understand why it's not finding
them.


Kurt



Reply to: