1This apache module requires db-4.3 compiled with c++ extensions 
2and libmm (a shared memory manager).
3
4To build this apache module, perform the following steps:
5
6> ./configure --with-apxs=/path/to/apxs
7--with-db4=/usr/local/BerkeleyDb-4.3 --with-mm=/usr/local
8> make
9> su -
10# make install
11
12Post-installation, modules can use this extension via the functions
13documented in $APACHE_INCLUDEDIR/mod_db4_export.h
14