This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Various] libc/1336: Problem building JDK 1.2.1 with glibc 2.1.2


> bash$ LD_TRACE_LOADED_OBJECTS=1 LD_LIBRARY_PATH=/usr/src/X11/cde/exports/lib ../../../../../../lib/glibc-2.1.2/objs/elf/ld.so `pwd`/ttcp
>         libtt.so.2 => /usr/src/X11/cde/exports/lib/libtt.so.2 (0xc0001000)
>         libdl.so.2 => /lib/libdl.so.2 (0xc00ab000)
>         libm.so.6 => /lib/libm.so.6 (0xc00b0000)
>         libc.so.6 => /lib/libc.so.6 (0xc00cd000)
>         libpthread.so.0 => /lib/libpthread.so.0 (0xc0186000)
>         /lib/ld.so.1 => ../../../../../../lib/glibc-2.1.2/objs/elf/ld.so (0xd0000000)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

I have seen that when you mix ld.so from one C library with libc.so
from another. Please make sure only one pair of libc.so and ld.so
from the same C library is ever used.


H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]