Re: Installing perl-5.8.8



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/

.



Relevant Pages

  • Re: Which UI library am I looking for?
    ... trying to get N different half-assed Gtk bindings up and going on two ... every release of Ltk you have fewer and fewer little projects ... stunning cross-platform success that is the Gimp, ... supported and tested "some CL lib or other" bindings to ...
    (comp.lang.lisp)
  • Re: PDF with nonLatin-1 characters
    ... I tried PyPS with no ... success. ... I need a lib that can make PDFs with an arbitrary set of fonts ...
    (comp.lang.python)
  • TCL SQLite on HPUX 64?
    ... I am trying to determine if anyone out there has had success with the shared ... lib for Sqlite for TCL on 64bit HPUX. ... I am getting a memory fault using both SQLite versions ...
    (comp.lang.tcl)