Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 1998 13:39:01 -0700 (MST)
From:      David G Andersen <danderse@cs.utah.edu>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/8670: aout libcompat placed in /usr/lib/compat not compat/aout
Message-ID:  <199811122039.NAA01151@torrey.cs.utah.edu>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 12 12:40:00 PST 1998
>Last-Modified:
>Originator:     David G Andersen
>Organization:
University of Utah
>Release:        FreeBSD 3.0-CURRENT i386
>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).
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811122039.NAA01151>