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

Re: bind build-dep for openldap related packages



On Mon, Dec 10, 2001 at 09:37:21AM +0100, Gerhard Tonn wrote:

> Hi,
> when building courier on s390 the following
> 
> /bin/sh ./libtool --mode=link gcc  `cat cflags`  -o courierldapaliasd  
> ldapaliasd.o ldapaliasdrc.o ../liblock/liblock.a ../numlib/libnumlib.a 
> ../authlib/libauth.a -lldap -lresolv -llber  
> 
> results in
> 
> gcc -I./.. -I.. -I./../afx -I./../rfc822 -I./libs -Wall -o courierldapaliasd 
> ldapaliasd.o ldapaliasdrc.o  -lcrypt ../liblock/liblock.a 
> ../numlib/libnumlib.a ../authlib/libauth.a /usr/lib/libldap.so 
> -L/home/ton/openldap2-2.0.14/build-tree/openldap-2.0.14/libraries -lnsl 
> 
> -lbind 
> 
> -ldl /usr/lib/libsasl.so -lresolv /usr/lib/liblber.so
> 
> which in turn fails since there is no bind build-dependency. The same occurs 
> for courier-ssl and evolution. It does not happen on other architectures.
> [...]
> Does anybody know what is going on?

It looks like libtool is picking up an inter-library dependency, perhaps one
that only exists for some reason on s390.  Try running ldd against each
library and find out where it is coming from.

-- 
 - mdz



Reply to: