summaryrefslogtreecommitdiffstats
path: root/wrappers
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-05-13 13:42:27 -0600
committerRich Megginson <rmeggins@redhat.com>2010-05-13 13:43:52 -0600
commit6d581d5b8199b0641e3305acb669498604af4cba (patch)
tree89146fcc32c5d85dff3da4e579cbdca84bc80910 /wrappers
parentd78de3617b6d6aa3928e3a88b2cba83fec4eaaab (diff)
downloadds-6d581d5b8199b0641e3305acb669498604af4cba.tar.gz
ds-6d581d5b8199b0641e3305acb669498604af4cba.tar.xz
ds-6d581d5b8199b0641e3305acb669498604af4cba.zip
Bug 591685 - Server instances Fail to Start on Solaris due to Library Path and pcre
https://bugzilla.redhat.com/show_bug.cgi?id=591685 Resolves: bug 591685 Bug Description: Server instances Fail to Start on Solaris due to Library Path and pcre Reviewed by: self Branch: master Fix Description: Added pcre_libdir to the initscript LD_LIBRARY_PATH Platforms tested: Solaris 9 Flag Day: no Doc impact: no (cherry picked from commit 21629abd33d98a000ae89c73cadd6782b885f793)
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/initscript.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/initscript.in b/wrappers/initscript.in
index f1663717..e84ff9d0 100644
--- a/wrappers/initscript.in
+++ b/wrappers/initscript.in
@@ -120,7 +120,7 @@ fi
start() {
if [ -n "$INSTANCES" ]; then
- LD_LIBRARY_PATH=@libdir@/@package_name@:@nss_libdir@
+ LD_LIBRARY_PATH=@libdir@/@package_name@:@nss_libdir@:@pcre_libdir@
export LD_LIBRARY_PATH
echo "Starting $prog: "
# Start every slapd instance that isn't already running