Bug 140138

Summary: binutils-skip-rpaths.patch forgets /usr/lib and /lib
Product: [openSUSE] SUSE Linux 10.1 Reporter: Dirk Mueller <dmueller>
Component: BasesystemAssignee: Andreas Schwab <schwab>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: matz
Version: Alpha 4   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.