From: dbs Date: Sun, 19 Oct 2008 21:21:49 +0000 (+0000) Subject: Hey, we need to adjust the system's dynamic library path here X-Git-Tag: osrf_rel_2_0_1~539 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=30f9176c09f307dcf79f9accad4a3b665d7511ea;p=OpenSRF.git Hey, we need to adjust the system's dynamic library path here git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1466 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/README b/README index 13d9c53..ce498dd 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: ============