[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: openldap-2.1.1beta and libraries: linking problem



Answering to myself: there seems to be a missing definition
for UNIX_LINK_LIBS. It's used at that stage, but it's never
defined, so no other libraries get linked in.

libraries/libldap/Makefile
has a LINK_LIBS = $(UNIX_LINK_LIBS), which turns out to be
blank, at least here. UNIX_LINK_LIBS is not defined, I grepped
the whole tree.


Em Fri, May 17, 2002 at 01:46:56PM -0300, Andreas Hasenack escreveu:
> It compiles, but the resulting libldap library (and probably others too) has not
> been linked correctly, it shows up as linked only against glibc:
> $ ldd /usr/lib/libldap.so.2.0.101 
>         libc.so.6 => /lib/libc.so.6 (0x4004a000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)