Tuesday, January 05, 2010

getting openLDAP to compile on snow leopard

1. go get BerkeleyDB http://www.oracle.com/technology/software/products/berkeley-db/db/index.html. Compile it and get it working.

2. use the following when running configure
LDFLAGS=-L/usr/local/BerkeleyDB.4.8/lib CPPFLAGS=-I/usr/local/BerkeleyDB.4.8/include ./configure

follow the rest.....

No comments: