Bug 140138 - binutils-skip-rpaths.patch forgets /usr/lib and /lib
Summary: binutils-skip-rpaths.patch forgets /usr/lib and /lib
Status: RESOLVED INVALID
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 4
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 15:08 UTC by Dirk Mueller
Modified: 2006-01-11 13:57 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Mueller 2005-12-19 15:08:32 UTC
ldconfig always looks into /usr/lib and /lib as fallback (as if it would be implicitely appended in /etc/ld.so.conf). the patch binutils-skip-rpaths.patch
forgets to honor this.
Comment 1 Andreas Schwab 2006-01-11 13:40:34 UTC
No, it doesn't.
Comment 2 Michael Matz 2006-01-11 13:57:23 UTC
To expand on Andreas: Look at the handling of $libpath_nl, which contains
these system paths.