Downloaded from http://www.openldap.org/software/.

./configure –prefix=/var/openldap

Got an error message that the Berkeley DB version that we’re using is incompatible. So, I’ll have to upgrade that first and hope that it doesn’t screw up the webmail setup. Currently, we have the rpm db4-4.0.14-20 installed. I don’t see an update rpm to use, so it might be time to look at upgrading the entire edg machine.

After looking around, I see BerkeleyDB4.1 in /usr/local, so I’ll try configuring again, specifying this location:

./configure –prefix=/var/openldap –with-bdb=/usr/local/BerkeleyDB4.1
./configure –prefix=/var/openldap –with-berkeley-db=/usr/local/BerkeleyDB4.1
./configure –prefix=/var/openldap –with-db4=/usr/local/BerkeleyDB4.1
./configure –prefix=/var/openldap –with-berkeleydb=/usr/local/BerkeleyDB4.1

None of these worked. An upgrade to FC5 would probably be the best thing to do.