Bug 21438 - ld.so.conf contains redundant /usr/lib
Summary: ld.so.conf contains redundant /usr/lib
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ldconfig
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-11-28 18:30 UTC by rock
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-11-28 23:08:17 UTC
Embargoed:


Attachments (Terms of Use)

Description rock 2000-11-28 18:30:49 UTC
/usr/lib is in /etc/ld.so.conf.  This is uneccisary, since ldconfig 
searches it by default.  It makes ldconfig -v complain.  Furthermore, it 
seems to slow down ldconfig somewhat.

Comment 1 Jakub Jelinek 2000-11-29 11:38:30 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.


Note You need to log in before you can comment on or make changes to this bug.