From danderse@cs.utah.edu  Thu Nov 12 12:39:20 1998
Received: from wrath.cs.utah.edu (wrath.cs.utah.edu [155.99.198.100])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18803
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Nov 1998 12:39:20 -0800 (PST)
          (envelope-from danderse@cs.utah.edu)
Received: from torrey.cs.utah.edu (torrey.cs.utah.edu [155.99.212.91])
	by wrath.cs.utah.edu (8.8.8/8.8.8) with ESMTP id NAA25293
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Nov 1998 13:39:01 -0700 (MST)
Received: (from danderse@localhost)
	by torrey.cs.utah.edu (8.9.1/8.9.1) id NAA01151;
	Thu, 12 Nov 1998 13:39:01 -0700 (MST)
	(envelope-from danderse@cs.utah.edu)
Message-Id: <199811122039.NAA01151@torrey.cs.utah.edu>
Date: Thu, 12 Nov 1998 13:39:01 -0700 (MST)
From: David G Andersen <danderse@cs.utah.edu>
Reply-To: danderse@cs.utah.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: aout libcompat placed in /usr/lib/compat not compat/aout
X-Send-Pr-Version: 3.2

>Number:         8670
>Category:       i386
>Synopsis:       aout libcompat placed in /usr/lib/compat not compat/aout
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 12 12:40:00 PST 1998
>Closed-Date:    Sat Apr 24 11:00:49 PDT 1999
>Last-Modified:  Sat Apr 24 11:03:53 PDT 1999
>Originator:     David G Andersen
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
University of Utah
>Environment:

	3.0-CURRENT ELF with libcompat and a.out libraries.

>Description:

	The makefile for 3.0 doesn't handle a.out libcompat properly,
	installing the a.out compat libs in

	/usr/lib/compat/*

	instead of installing them in

	/usr/lib/compat/aout

	(which is in the aout search path).  Either the default search
	path should be changed, or the install path should be changed.

>How-To-Repeat:

	make world.

>Fix:
	
	see description.  Either change the makefile for compat to
	install in aout (suggested), or change /etc/rc.conf to have
	/usr/lib/compat in ldconfig_paths_aout (bad idea).
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dcs 
State-Changed-When: Sat Apr 24 11:00:49 PDT 1999 
State-Changed-Why:  
The problem is no more, and neither is 3.0-current. 
>Unformatted:
