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/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to