Bug 17659

Summary: sysinstall fails to load a.out libraries
Product: Base System Reporter: Murray Stokely <murray>
Component: binAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Murray Stokely 2000-03-29 11:30:01 UTC
  If you install a distribution, sysinstall will run ldconfig to scan
for new ELF libraries, but it will not run ldconfig -aout to scan for
a.out libraries.  This is a real problem for the compat22 distribution
and is the reason that Netscape fails to install during a 4.0
installation.

How-To-Repeat: 
  On a machine without compat22 loaded, try to install the Netscape
package from within sysinstall.  It will fail and tell you to install
compat22, but if you go back and load compat22 then try again it will
still fail because the a.out libraries are installed but not read
until a reboot.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-29 14:47:58 UTC
Responsible Changed
From-To: freebsd-bugs->jkh

Jordan, this one looks solid.  Let me know if you'd prefer me to 
do it. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-30 08:37:03 UTC
Responsible Changed
From-To: jkh->sheldonh

I'm not as busy as Jordan is. 
Comment 3 bill fumerola freebsd_committer freebsd_triage 2000-03-31 02:12:37 UTC
State Changed
From-To: open->suspended

Patch committed to -current, I'll sit on it a few days and merge it down. 


Comment 4 bill fumerola freebsd_committer freebsd_triage 2000-03-31 02:12:37 UTC
Responsible Changed
From-To: sheldonh->billf

I committed this  /  reminder to merge. 

Thanks Murray. :-> 
Comment 5 bill fumerola freebsd_committer freebsd_triage 2000-04-10 19:03:14 UTC
Responsible Changed
From-To: billf->murray

Murray can merge this. :-> 
Comment 6 Murray Stokely freebsd_committer freebsd_triage 2000-07-17 23:20:22 UTC
State Changed
From-To: suspended->closed

Fix has been commited to RELENG_{345}