summaryrefslogtreecommitdiff
path: root/db-4.8.30/mod_db4/INSTALL
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
committerJesse Morgan <jesse@jesterpm.net>2016-12-17 21:28:53 -0800
commit54df2afaa61c6a03cbb4a33c9b90fa572b6d07b8 (patch)
tree18147b92b969d25ffbe61935fb63035cac820dd0 /db-4.8.30/mod_db4/INSTALL
Berkeley DB 4.8 with rust build script for linux.
Diffstat (limited to 'db-4.8.30/mod_db4/INSTALL')
-rw-r--r--db-4.8.30/mod_db4/INSTALL13
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