From: dbs Date: Mon, 20 Oct 2008 12:22:58 +0000 (+0000) Subject: Merge 1466 from trunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ec49500800aeeb72ceab5e8722ac481bb975cbc;p=OpenSRF.git Merge 1466 from trunk git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1467 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/README b/README index 267b3c6..c575dab 100644 --- 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: ============