Bug 216864
Summary: | ldd -u gives false positives on x86_64 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Arjan van de Ven <arjan> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6 | CC: | drepper |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-11-22 20:47:11 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
Arjan van de Ven
2006-11-22 13:47:08 UTC
Use ldd -u -r if you want to take into account also PLT relocations. I agree ldd -u alone doesn't make much sense, but if I remember well that's to much Solaris ldd behavior. Indeed, this functionality is modelled after the Solaris version. There are situations conceivable where -u without -r might be useful. It won't be changed, learn to live with it. |