: Apparently, even if I give PREFIX= as a command line param, you get the
: following errors: 

: Skipping /home/tir/COMP/perl/modules/lib/site_perl/5.005/Date/Manip.pod (unchanged)

This means that Perl didn't bother to install Manip.pod because there
was one already there that was exactly the same as the one to be
installed.  (Presumably, you did the install twice?)

: /home/tir/COMP/perl/modules//lib/5.00503/i386-linux/perllocal.pod: No such file or 
:directory
: make: [doc_site_install] Error 1 (ignored)

Not a big deal. perllocal.pod is where perl records module
installations.  It's for your information, really (you can read it
with "perldoc perllocal"); perl doesn't use it for anything. This
can be ignored. If you want to skip this message in the future, do
"make pure_install" instead of "make install".

So only one of these messages was an error, and it wasn't really
important. The rest of the messages were just informational.

-- tdk

Reply via email to