From 54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 17 Dec 2016 21:28:53 -0800 Subject: Berkeley DB 4.8 with rust build script for linux. --- db-4.8.30/mod_db4/INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 db-4.8.30/mod_db4/INSTALL (limited to 'db-4.8.30/mod_db4/INSTALL') 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 -- cgit v1.2.3