diff options
Diffstat (limited to 'db-4.8.30/mod_db4/INSTALL')
-rw-r--r-- | db-4.8.30/mod_db4/INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/db-4.8.30/mod_db4/INSTALL b/db-4.8.30/mod_db4/INSTALL new file mode 100644 index 0000000..fee62de --- /dev/null +++ b/db-4.8.30/mod_db4/INSTALL @@ -0,0 +1,13 @@ +This apache module requires db-4.3 compiled with c++ extensions +and libmm (a shared memory manager). + +To build this apache module, perform the following steps: + +> ./configure --with-apxs=/path/to/apxs +--with-db4=/usr/local/BerkeleyDb-4.3 --with-mm=/usr/local +> make +> su - +# make install + +Post-installation, modules can use this extension via the functions +documented in $APACHE_INCLUDEDIR/mod_db4_export.h |