Somewhere I've mis-configured my path to man3.
When using the CPAN shell, my 'make test' points to the proper perl installation:
Running make test
PERL_DL_NONLAZY=1 /home/desantis/perl64root/perl/bin/perl "-Iblib/lib"
+ "-Iblib/arch" -w test.pl
But 'make install' tries to put man3 under tdesantis instead of desantis.
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
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:
INSTALLMAN3DIR=/home/desantis/perl64root/perl/man/man3
as well as this to my .modulebuildrc:
--installpath libdoc=/home/desantis/perl64root/perl/man/man3
But still no luck. What am I overlooking?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.