From owner-freebsd-stable Mon Feb 1 21:26:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12860 for freebsd-stable-outgoing; Mon, 1 Feb 1999 21:26:56 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12853 for ; Mon, 1 Feb 1999 21:26:53 -0800 (PST) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.2/8.9.1) id VAA52086; Mon, 1 Feb 1999 21:26:51 -0800 (PST) (envelope-from mph) Date: Mon, 1 Feb 1999 21:26:51 -0800 From: Matthew Hunt To: Tom Cc: stable@FreeBSD.ORG Subject: Re: Perl auto-loading in 3.0-STABLE Message-ID: <19990201212650.A52035@wopr.caltech.edu> References: <19990201190950.A50295@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Tom on Mon, Feb 01, 1999 at 09:23:57PM -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 01, 1999 at 09:23:57PM -0800, Tom wrote: > Almost certainly of elf vs aout strangeness. Is Socket.so aout or elf? > Is perl aout or elf? Both would have to be the same. I'm assuming that > perl has been traied for elf already. All ELF. My previous "world" was also ELF, and it worked correctly. This "make world" transitioned from a.out to ELF kernel, but I don't know why that would matter. wopr:~$ file /usr/libdata/perl/5.00502/mach/auto/Socket/Socket.so /usr/libdata/perl/5.00502/mach/auto/Socket/Socket.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped wopr:~$ file `which perl` /usr/bin/perl: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked, stripped -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message