Hey, we need to adjust the system's dynamic library path here
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 19 Oct 2008 21:21:49 +0000 (21:21 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sun, 19 Oct 2008 21:21:49 +0000 (21:21 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1466 9efc2488-bf62-4759-914b-345cdb29e865

README

diff --git a/README b/README
index 13d9c53..ce498dd 100644 (file)
--- a/README
+++ b/README
@@ -43,6 +43,13 @@ make install
 This will install OpenSRF, including example configuration files in
 /openils/conf/ that you can use as templates for your own configuration files.
 
+Adjust the system dynamic library path:
+======================================
+
+Add /usr/local/lib/dbd and /openils/lib/ to the system's dynamic library path.
+On most systems, you can add these entries to /etc/ld.so.conf or a file within
+the /etc/ld.so.conf.d/ directory and then running "ldconfig" as root.
+
 Getting help:
 ============