tdesantis has asked for the wisdom of the Perl Monks concerning the following question:
But 'make install' tries to put man3 under tdesantis instead of desantis.Running make test PERL_DL_NONLAZY=1 /home/desantis/perl64root/perl/bin/perl "-Iblib/lib" + "-Iblib/arch" -w test.pl
I read and followed the excellent advice: http://www.perlmonks.org/?node_id=605420 and added the following to my makepl_arg key in CPAN/Config.pm:Running make install !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!! ERROR: Can't create '/home/tdesantis/perl64root/perl/man/man3' mkdir /home/tdesantis: Operation not applicable at /home/desantis/perl +64root/perl/lib/5.8.8/ExtUtils/Install.pm line 478
as well as this to my .modulebuildrc:INSTALLMAN3DIR=/home/desantis/perl64root/perl/man/man3
But still no luck. What am I overlooking?--installpath libdoc=/home/desantis/perl64root/perl/man/man3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: path to man3
by ysth (Canon) on Jun 04, 2007 at 08:31 UTC | |
by tdesantis (Initiate) on Jun 04, 2007 at 08:45 UTC | |
by shmem (Chancellor) on Jun 04, 2007 at 09:46 UTC |