Bug 41863 - ldconfig -v returns error
Summary: ldconfig -v returns error
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libstdc++
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-22 17:45 UTC by Curtis Doty
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-05-22 17:45:12 UTC
Embargoed:


Attachments (Terms of Use)

Description Curtis Doty 2001-05-22 17:45:08 UTC
Reproduce:
# ldconfig -v 1>/dev/null
ldconfig: Path `/usr/lib' given more than once

Observation: libstdc++-2.96-81 postinstall script does echo /usr/lib 
>>/etc/ld.so.conf but I'm guessing that path is already hard coded into 
glibc?

Hack: remove /usr/lib from /etc/ld.so.conf

Is that a safe thing to do?

Comment 1 Jakub Jelinek 2001-05-22 17:47:47 UTC
It is not error, it is a warning and only printed with -v. If you want
ldconfig verbose, then it is really verbose.
I don't consider this a bug at all.


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