Revisiting 5.005.03

rob_au on 2003-02-04T11:19:23

In working with 5.005.03 in both development and production environments over the last week (as a result of necessity rather than choice), I have come across some oddities with this older version of Perl.

One of these oddities had to do with the building of modules with custom destinations, that is a destination specified on the command line with the PREFIX and LIB at the perl Makefile.PL step of compilation - This oddity manifest itself in the installation of supporting manual pages.

I would have expected that with such a configuration, the manual pages would have been installed in a directory under PREFIX - However, as I moved onto the final stage of the installation, I was surprised to find make trying to install these files to the system perl directory tree, resulting in a stream of permission-related error messages.

I'm sure I'll have more oddities to post as I continue revisiting this old friend ...


A decent guide that suits all perl 5* (I think)

tex on 2003-02-04T14:16:53

Basically, depending on the perl or the module (or version of Makemaker available?) you may need to set more than just PREFIX.

Answers are here:

  • http://stason.org/TULARC/webmaster/myfaq.html#7
  • http://www.viaverio.com/support/virtual/perl/mod/install.cfm