[389-commits] Branch 'Directory_Server_8_2_Branch' - wrappers/initscript.in

Richard Allen Megginson rmeggins at fedoraproject.org
Thu May 13 19:44:44 UTC 2010


 wrappers/initscript.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21629abd33d98a000ae89c73cadd6782b885f793
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu May 13 13:42:27 2010 -0600

    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: Directory_Server_8_2_Branch
    Fix Description: Added pcre_libdir to the initscript LD_LIBRARY_PATH
    Platforms tested: Solaris 9
    Flag Day: no
    Doc impact: no

diff --git a/wrappers/initscript.in b/wrappers/initscript.in
index f166371..e84ff9d 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




More information about the 389-commits mailing list