Bug 35099 - ldd in -STABLE fails on libc.
Summary: ldd in -STABLE fails on libc.
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.5-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 01:30 UTC by Nathan Hawkins
Modified: 2003-05-23 00:18 UTC (History)
0 users

See Also:


Attachments
ldd-fix.diff (379 bytes, patch)
2002-02-19 01:30 UTC, Nathan Hawkins
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Hawkins 2002-02-19 01:30:01 UTC
	The new ldd support for shared libraries, which is now in -STABLE
	doesn't work on libc.

Fix: Apply the following patch to src/libexec/rtld-elf/rtld.c
How-To-Repeat: 	# ldd /usr/lib/libc.so.4
	/usr/lib/libc.so.4:
	ldd: /usr/lib/libc.so.4: (null)
	/usr/lib/libc.so.4: exit status 1
Comment 1 dd freebsd_committer freebsd_triage 2002-03-09 04:18:49 UTC
Responsible Changed
From-To: freebsd-bugs->sobomax

Maxim added this functionality.
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2003-05-23 00:17:47 UTC
State Changed
From-To: open->closed

Fixed both in -current and -stable. Thanks!