Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 315318 Details for
Bug 451702
Admin Server fails on F9 due to NSS 3.12 libs moved to /lib
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
real diffs
diffs.bug451702 (text/plain), 1.24 KB, created by
Rich Megginson
on 2008-08-29 01:58:48 UTC
(
hide
)
Description:
real diffs
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2008-08-29 01:58:48 UTC
Size:
1.24 KB
patch
obsolete
>Index: adminserver/admserv/cfgstuff/start-ds-admin.in >=================================================================== >RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/start-ds-admin.in,v >retrieving revision 1.5 >diff -u -8 -r1.5 start-ds-admin.in >--- adminserver/admserv/cfgstuff/start-ds-admin.in 10 Oct 2007 20:28:29 -0000 1.5 >+++ adminserver/admserv/cfgstuff/start-ds-admin.in 29 Aug 2008 01:38:18 -0000 >@@ -36,21 +36,20 @@ > # see if httpd is linked with the openldap libraries - we need to override them > OS=`uname -s` > if [ $OS = "Linux" ]; then > hasol=0 > > /usr/bin/ldd $HTTPD 2>&1 | grep libldap > /dev/null 2>&1 && hasol=1 > > if [ $hasol -eq 1 ] ; then >- nss_libdir="@nss_libdir@" >- if [ -n "$nss_libdir" ] ; then >- LD_PRELOAD="$nss_libdir/libssl3.so @ldapsdk_libdir@/libldap60.so" >- else >- LD_PRELOAD="@ldapsdk_libdir@/libldap60.so" >+ LD_PRELOAD="@ldapsdk_libdir@/libldap60.so" >+ ssl_lib="@nss_libdir@/libssl3.so" >+ if [ -f "$ssl_lib" ] ; then >+ LD_PRELOAD="$ssl_lib $LD_PRELOAD" > fi > export LD_PRELOAD > fi > fi > > # mod_deflate is not supported on HP-UX using the /opt/hpws apache > if [ $OS = "HP-UX" ] ; then > OMIT_DEFLATE="-DOmitDeflate"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451702
:
315317
| 315318 |
315319