Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Dec 1998 19:57:10 -0500
From:      Yarema <yds@ingress.net>
To:        freebsd-current@FreeBSD.ORG
Subject:   /usr/libexec/ld-elf.so.1 not found
Message-ID:  <366884E6.4C8D0FBF@ingress.net>

next in thread | raw e-mail | index | archive | help
===> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?366884E6.4C8D0FBF>