summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/template-db2index.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-02-25 20:18:56 -0700
committerRich Megginson <rmeggins@redhat.com>2010-02-26 19:23:26 -0700
commit91bc19ddbd2b5f8bed2bf74fcfad7ddbd150a133 (patch)
treeac812c38ca9182c8d74786211b95da995aed27b4 /ldap/admin/src/scripts/template-db2index.in
parent9d02126770da84e2a48e9b3c0c36536131c4d71a (diff)
downloadds-91bc19ddbd2b5f8bed2bf74fcfad7ddbd150a133.tar.gz
ds-91bc19ddbd2b5f8bed2bf74fcfad7ddbd150a133.tar.xz
ds-91bc19ddbd2b5f8bed2bf74fcfad7ddbd150a133.zip
Bug 568196 - Install DS8.2 on Solaris fails - part 2
https://bugzilla.redhat.com/show_bug.cgi?id=568196 Resolves: bug 568196 Bug Description: Install DS8.2 on Solaris fails - part 2 Reviewed by: self Branch: HEAD Fix Description: Add pcre_libdir to all script wrappers that call ns-slapd, such as ldif2db, etc. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no (cherry picked from commit 24245075d03955f26b6c827b123ac002ff16c012)
Diffstat (limited to 'ldap/admin/src/scripts/template-db2index.in')
-rwxr-xr-xldap/admin/src/scripts/template-db2index.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/template-db2index.in b/ldap/admin/src/scripts/template-db2index.in
index 8f9b0c6c..e0e9a555 100755
--- a/ldap/admin/src/scripts/template-db2index.in
+++ b/ldap/admin/src/scripts/template-db2index.in
@@ -4,7 +4,7 @@ prefix="{{DS-ROOT}}"
if [ "$prefix" = "/" ] ; then
prefix=""
fi
-LD_LIBRARY_PATH=$prefix/{{SERVER-DIR}}:$prefix@nss_libdir@:$prefix@libdir@
+LD_LIBRARY_PATH=$prefix/{{SERVER-DIR}}:$prefix@nss_libdir@:$prefix@libdir@:$prefix@pcre_libdir@
if [ -n "$prefix" ] ; then
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@nss_libdir@"
fi