Below is a version of what Haarg has kindly provided. Since you're having problems I've included the current working directory, listings of the extracted modules and the solution above using full paths:
marto@pihost:~$ pwd
/home/marto
marto@pihost:~$ ls
drwxr-xr-x 9 marto marto 4096 Jul 6 13:17 ExtUtils-MakeMaker-7.
+30
drwxr-xr-x 9 marto marto 4096 Jul 6 13:41 local-lib-2.000023
......
marto@pihost:~$ eval `perl -I"/home/marto/local-lib-2.000023/lib" -Mlo
+cal::lib`
marto@pihost:~$ cd ExtUtils-MakeMaker-7.30
marto@pihost:~$ perl Makefile.PL && make test && make install
.... this works without issue
marto@pihost:~$ cd ../local-lib-2.000023
marto@pihost:~$ perl Makefile.PL && make test && make install
.... again, this works without issue
Try to replicate this working setup, substituting paths where appropriate.
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, 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, 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.
|
|