Our db.m4 file checks for the db_create function in libdb-4.2.so. The problem is that it doesn't take the path that is passed in via "--with-db" when trying to locate the library. This causes configure to either use an incorrect system libdb , or configure fails on this check since it can't find libdb.
Created attachment 147607 [details] Proposed Fix This fix simply adds the path to libdb as part of the library search path. I also updated some message formatting in a couple of our other m4 files to be consistent with the rest of our message formatting.
Created attachment 147612 [details] CVS Commit Message Checked into ldapserver (HEAD). Thanks to Noriko and Rich for reviews.