in reply to Installing a module with a prerequisite in my own lib directory

Try:

perl -I/home/kevin/perl/lib Makefile.PL PREFIX=/home/kevin/perl/lib

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Installing a module with a prerequisite in my own lib directory
  • Download Code

Replies are listed 'Best First'.
Re: Re: Installing a module with a prerequisite in my own lib directory
by queue (Beadle) on Feb 04, 2003 at 02:01 UTC
    That let it create the make file, but it failed the make test. Setting PERL5LIB did the trick, though. Thanks for the help.

    -Queue