projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58bef0b
)
re-add ld_lib_path to opensrf bashrc
author
Bill Erickson
<berick@esilibrary.com>
Fri, 23 Mar 2012 13:19:01 +0000
(09:19 -0400)
committer
Bill Erickson
<berick@esilibrary.com>
Fri, 23 Mar 2012 13:19:01 +0000
(09:19 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
installer/squeeze/eg_squeeze_installer.sh
patch
|
blob
|
history
diff --git
a/installer/squeeze/eg_squeeze_installer.sh
b/installer/squeeze/eg_squeeze_installer.sh
index
f24a5d9
..
929521e
100755
(executable)
--- a/
installer/squeeze/eg_squeeze_installer.sh
+++ b/
installer/squeeze/eg_squeeze_installer.sh
@@
-81,7
+81,8
@@
cp $BASE_DIR/evergreen-rsyslog.conf /etc/rsyslog.d/evergreen.conf
# Create opensrf user and set up environment
if [ ! "$(grep ^opensrf: /etc/passwd)" ]; then
useradd -m -s /bin/bash opensrf
- echo 'export PATH=/openils/bin:$PATH' >> /home/opensrf/.bashrc
+ echo 'export PATH=/openils/bin:$PATH
+export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH' >> /home/opensrf/.bashrc
fi;
OSRF_COMMAND='