Bug 18864

Summary: conf
Product: Base System Reporter: Emmanuel Dwamena <root>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.1-RELEASE   
Hardware: Any   
OS: Any   

Description Emmanuel Dwamena 2000-05-28 23:30:01 UTC
I am upgrading kernel 3.1-RELEASE i386 to 4.0-RELEASE i386.
 I used cvs to update the source on the host machine. I execute 
/usr/sbin/config CENCOAST
and receive the following error
/usr/lobexec/ld-elf.so.1:Shared object "libc.so.4" not found
Comment 1 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-06-04 09:50:14 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR. 

Also, you need to make sure you read /usr/src/UPDATING prior to do this kind 
of exercise. 

libc.so.4 is the shared library normally built during a 4.0 make buildworld 
and installed by a make installworld. 

ldconfig -r | grep libc will probably not show any libc.so.4. 

Furthermore, this was probably more a question best asked on -questions 
or on -stable and researched through the mailinglist archives, which  
discusses this quite a lot for similar libc problems.
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 2000-06-04 09:58:41 UTC
State Changed
From-To: open->closed

See my previous wording on this matter. 

Pilot error.