Re: Installing perl-5.8.8
- From: Peter@xxxxxxxx (Peter Scott)
- Date: Fri, 28 Sep 2007 06:34:44 -0700
On Thu, 27 Sep 2007 14:32:06 -0500, CyberDESI wrote:
cc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
Can't locate Exporter.pm in @INC (@INC contains: lib
You seem to have an incomplete or incorrectly unpacked distribution. The
success of the cc line indicates that you are in the directory that
contains miniperlmain.o, but the same directory should also contain a
directory lib that contains Exporter.pm. Do you have that? Are the
permissions adequate to read it? Fetch another tarball of 5.8.8
source from a different source and compare the contents of the lib
directory.
--
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/
.
- References:
- Installing perl-5.8.8
- From: CyberDESI
- Installing perl-5.8.8
- Prev by Date: Re: cpan command line
- Next by Date: Re: cpan command line
- Previous by thread: Re: Installing perl-5.8.8
- Next by thread: Regular expression over multiple lines issues
- Index(es):
Relevant Pages
|