in reply to installing CPAN modules locally with a local perl installation

This line:
perl Makefile.PL PREFIX=/home/me/build/[ ... ]
Are you sure the perl interpreter in question is actually your local perl or is it the system perl? (I assume there is a system perl, since you're on solaris) Makefile.PL attempts to install using the settings from the perl interpreter used to run it.
  • Comment on Re: installing CPAN modules locally with a local perl installation
  • Download Code

Replies are listed 'Best First'.
Re^2: installing CPAN modules locally with a local perl installation
by Anonymous Monk on Jan 29, 2007 at 17:05 UTC
    Yes; I'm positive.
    [me@unixbox1:/home/me/build/perl-addons/tmp/MQSeries-1.23]> which perl /home/me/build/perl/inst/usr/local/bin/perl