Looking for help installing modules to a "local" library... http://search.cpan.org/~jhi/perl-5.8.0/pod/perlmodinstall.pod says to do the install one way while README for the module gives other instructions. CPAN says a) Decompress, b) Unpack, c) Build, and d) Install. The Build step is different than what the README for the module instructs.
Below are several attempts. Any suggestions or links to "How to..." will be greatly appreciated. SUN83-PRODWEB>pwd /opt/common/html/billing/cgi-bin/Library/Class-Accessor-0.30 SUN83-PRODWEB>ls Changes MANIFEST Makefile README lib INSTALL META.yml Makefile.PL examples t SUN83-PRODWEB>perl Makefile.PL LIB=/opt/common/html/billing/cgi-bin/Library Writing Makefile for Class::Accessor SUN83-PRODWEB>/usr/ccs/bin/make mkdir blib/lib: Permission denied at /usr/local/lib/perl5/5.8.5/ExtUtils/Command.pm line 186 *** Error code 255 make: Fatal error: Command failed for target `blib/lib/Class/.exists' SUN83-PRODWEB> Also tries SUN83-PRODWEB>perl Makefile.PL PREFIX=/opt/common/html/billing/cgi-bin/Library Writing Makefile for Class::Accessor SUN83-PRODWEB> SUN83-PRODWEB>/usr/ccs/bin/make mkdir blib/lib: Permission denied at /usr/local/lib/perl5/5.8.5/ExtUtils/Command.pm line 186 *** Error code 255 make: Fatal error: Command failed for target `blib/lib/Class/.exists' SUN83-PRODWEB> SUN83-PRODWEB>/usr/ccs/bin/make install mkdir blib/lib: Permission denied at /usr/local/lib/perl5/5.8.5/ExtUtils/Command.pm line 186 *** Error code 255 make: Fatal error: Command failed for target `blib/lib/Class/.exists' SUN83-PRODWEB> John W Moon