Bug 21438
| Summary: | ld.so.conf contains redundant /usr/lib | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | rock |
| Component: | ldconfig | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | dr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-11-28 23:08:17 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: | |||
|
Description
rock
2000-11-28 18:30:49 UTC
/usr/lib is inserted into ld.so.conf by some packages in their %post scripts (because if those packages are relocated somewhere else, they need to register their library paths with ldconfig). Those scripts could test if the library path is different than /lib and /usr/lib, but as it is harmless, I don't think they need to be changed. |