Bug 210916
| Summary: | Admin Server doesn't start on RHEL3 - libldap60.so + sasl | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Rich Megginson <rmeggins> | ||||
| Component: | Admin | Assignee: | Rich Megginson <rmeggins> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0.2 | CC: | amsharma | ||||
| Target Milestone: | --- | Keywords: | VerifiedUpstream | ||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-12-07 17:00:05 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 208654 | ||||||
| Attachments: |
|
||||||
|
Description
Rich Megginson
2006-10-16 15:25:59 UTC
Created attachment 138584 [details]
diffs for fix
Looks good. Reviewed by: nkinder (Thanks!) Files: see diff Branch: HEAD Fix Description: Adding libldap60.so to the LD_PRELOAD solves the problem. Loading libldap60.so early forces the dynamic linker to find and resolve libsasl2.so. So I modified start-admin to do the LD_PRELOAD of libldap60. I also updated the patch file which is used when upgrading 1.0.2 to 1.0.3. Platforms tested: RHEL3 Flag Day: no Doc impact: no Checking in start-admin; /cvs/dirsec/adminserver/admserv/cfgstuff/start-admin,v <-- start-admin new revision: 1.7; previous revision: 1.6 done Checking in adminserver-start-admin.patch; /cvs/dirsec/adminserver/admserv/cfgstuff/adminserver-start-admin.patch,v <-- adminserver-start-admin.patch new revision: 1.4; previous revision: 1.3 done |