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

2.2.11 won't run?



I just downloaded 2.2.11, and went through my normal build process:
 
export LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib"
export CPPFLAGS="-I/usr/local/BerkeleyDB.4.2/include"
 
./configure --prefix=/usr/local/openldap-2.2.11/ --without-cyrus-sasl
make depend
make
make test (fails)
make install
 
slapd with a run level of 1 yields:
 
 
/usr/local/openldap-2.2.11/libexec/slapd: error while loading shared libraries: libdb-4.2.so: cannot open shared object file: No such file or directory
 
Any idea what is wrong?
 
Thanks,
 
Dan