Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 1998 13:49:36 +0800 (CST)
From:      "被作業壓死的苦命學生" <ijliao@Terry.Dorm10.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/9052: aout lib not config when boot
Message-ID:  <199812110549.NAA23307@Terry.Dorm10.NCTU.edu.tw>

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

>Number:         9052
>Category:       i386
>Synopsis:       aout lib not config when boot
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 10 22:20:00 PST 1998
>Last-Modified:
>Originator:     被作業壓死的苦命學生
>Organization:
交作業趕通宵大學
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD Terry.Dorm10.NCTU.edu.tw 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Fri Dec 11
08:42:03 CST 1998     root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY
i386

>Description:

aout lib not config when boot

>How-To-Repeat:

ldconfig -aout -r

>Fix:

in src/etc
	
--- rc~ Thu Dec 10 21:28:20 1998
+++ rc  Fri Dec 11 13:46:02 1998
@@ -253,7 +253,7 @@
        fi

        # Legacy aout support for i386 only
-       if [ X"`sysctl hw.machine" = X"i386" ]; then
+       if [ X"`sysctl hw.machine" = X"hw.machine: i386" ]; then
                # Default the a.out ldconfig path, in case the system's
                # /etc/rc.conf hasn't been updated.
                : ${ldconfig_paths_aout=${ldconfig_paths}}
>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?199812110549.NAA23307>