Browse Source

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)
Rich Megginson 15 years ago
parent
commit
6d581d5b81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wrappers/initscript.in

+ 1 - 1
wrappers/initscript.in

@@ -120,7 +120,7 @@ fi
 
 
 start() {
 start() {
     if [ -n "$INSTANCES" ]; then
     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
         export LD_LIBRARY_PATH
         echo  "Starting $prog: "
         echo  "Starting $prog: "
         # Start every slapd instance that isn't already running
         # Start every slapd instance that isn't already running