Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 21:23:57 -0800 (PST)
From:      Tom <tom@uniserve.com>
To:        Matthew Hunt <mph@FreeBSD.ORG>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Perl auto-loading in 3.0-STABLE
Message-ID:  <Pine.BSF.4.02A.9902012122130.20143-100000@shell.uniserve.ca>
In-Reply-To: <19990201190950.A50295@wopr.caltech.edu>

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

On Mon, 1 Feb 1999, Matthew Hunt wrote:

> [ almost sent to -current; keep forgetting 3.0 is -stable now. :-) ]
> 
> I made world on a 3.0-STABLE source tree ca. Friday.  I now discover
> that dynamic loading of Perl modules is broken:
> 
> wopr:~$ perl -e 'use Socket' 
> Can't load '/usr/libdata/perl/5.00502/mach/auto/Socket/Socket.so' for module Socket: Service unavailable at /usr/libdata/perl/5.00502/DynaLoader.pm line 168.
>  at -e line 1
> BEGIN failed--compilation aborted at -e line 1.

  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.

Tom


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9902012122130.20143-100000>