Compiling apr-util with bdb support

07 Jun 2009
Posted by stylesen

While compiling apr-util if you want to point a specific version of bdb installed in your system use the the following:

$ ./configure --prefix=/usr/local/apr-util-1.3.9 \
--with-apr=/usr/local/apr-1.3.8 \
--with-berkeley-db=/usr/local/BerkeleyDB.4.7/include:/usr/local/BerkeleyDB.4.7/lib