On Friday 24 February 2006 13:58, Ben Stokes wrote: > Well, I'm not required to patch either BDB or OpenLDAP for Open Exchange, > so I will try the stable versions you have suggested. To compile BDB I > simply used: > > cd build_unix > ../dist/configure > make > make install > > and for OpenLDAP: > > export LD_LIBRARY_PATH="/usr/adm/ox/db-4.3.52.NC/build_unix/.libs"
The above looks wrong if you are now using BDB 4.2.52. ;) > env CPPFLAGS="-I/usr/local/BerkeleyDB.4.2/include" \ > LDFLAGS="-L/usr/local/BerkeleyDB.4.2/lib" \ > ./configure --prefix=/usr/local/openldap --enable-aci --enable-crypt \ > --without-ipv6 --enable-aci > make depend > make > make test > make install > > Does my configure statement look OK to you? Do you actually use ACI's? If not, there's no need to enable them (especially not twice). ;) --Quanah -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
