From owner-freebsd-current Fri Dec 4 16:57:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15655 for freebsd-current-outgoing; Fri, 4 Dec 1998 16:57:28 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from paris.dppl.com (paris.dppl.com [205.230.74.150]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA15650 for ; Fri, 4 Dec 1998 16:57:26 -0800 (PST) (envelope-from yds@ingress.net) Received: (qmail 11702 invoked from network); 5 Dec 1998 00:57:10 -0000 Received: from ichiban.ingress.com (HELO ingress.net) (205.230.64.31) by paris.dppl.com with SMTP; 5 Dec 1998 00:57:10 -0000 Message-ID: <366884E6.4C8D0FBF@ingress.net> Date: Fri, 04 Dec 1998 19:57:10 -0500 From: Yarema X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en,uk,ru,ja MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: /usr/libexec/ld-elf.so.1 not found Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ===> gnu/usr.bin/perl/perl install -c -s -o root -g wheel -m 555 perl /usr/bin /usr/bin/perl5 -> /usr/bin/perl /usr/bin/perl5.00502 -> /usr/bin/perl cd /usr/obj/elf/usr/src/gnu/usr.bin/perl/perl/ext/B ; make -B install INSTALLPRIVLIB=/usr/libdata/perl/5.00502 INSTALLARCHLIB=/usr/libdata/perl/5.00502/mach ELF interpreter /usr/libexec/ld-elf.so.1 not found Abort trap *** Error code 134 I'm getting the above error whenever doing a aout-to-elf-install to upgrade from 2.2.7 to 3.0. For some reason /usr/libexec/ld-elf.so.1 never gets installed with the aout-to-elf-install target. I've tried doing aout-to-elf-install on a system that's already elf and a fresh interpreter didn't get installed. Shouldn't it? cp /usr/obj/elf/usr/src/libexec/rtld-elf/ld-elf.so.1 /usr/libexec/ and rerunning make aout-to-elf-install fixes things.. -- Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message