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

2.1.21 and 2.3.27 both fail to build



Any help would be great.

Under Linux 2.4, both OpenLDAP 2.1.21 and 2.3.27 fail to
build at exactly the same spot:

LDFLAGS=-L/usr/rcf/lib -Xlinker -rpath /usr/rcf/lib
export LDFLAGS
CPPFLAGS=-I/usr/rcf/include
export CPPFLAGS
CC=/usr/bin/gcc
export CC

./configure --prefix=/afs/rcf/admin/local --enable-slapd=no
...
make depend
...
make
...
/bin/sh ../..//libtool --mode=link /usr/bin/gcc -g -O2 -L/usr/rcf/lib -Xlinker -rpath /usr/rcf/lib -release 2.3 -version-info 2:15:2 -rpath /afs/rcf/admin/local/lib -o liblber.la assert.lo decode.lo encode.lo io.lo bprint.lo debug.lo memory.lo options.lo sockbuf.lo stdio.lo version.lo
/usr/bin/gcc -shared .libs/assert.o .libs/decode.o .libs/encode.o .libs/io.o .libs/bprint.o .libs/debug.o .libs/memory.o .libs/options.o .libs/sockbuf.o .libs/stdio.o .libs/version.o -L/usr/rcf/lib -Wl,-rpath -Wl,-soname -Wl,liblber-2.3.so.0 -o .libs/liblber-2.3.so.0.2.15
/usr/bin/ld: cannot open liblber-2.3.so.0: No such file or directory
collect2: ld returned 1 exit status