Hello,
I am using perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi from a server where I have no admin rights.
Perl is being run from: /bin/perl
Environment variables:
$PERL5LIB, $LD_LIBRARY_PATH, pointing to various directories where I have write and reading permissions
$PERL_MM_OPT pointed to another perl installation in a directory where I have write and reading permissions
INSTALL_BASE=/dir/apps/libs/perl/
I get an error when I try to run a test installing an application:
Can't locate HTML/TreeBuilder.pm in @INC (@INC contains: various local
+ directories where I have write and reading permissions + /usr/local/
+share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl
+ /usr/lib64/perl5 /usr/share/perl5
Try to install HTML::TreeBuilder
cpan HTML::TreeBuilder
...
Checksum for /shared/sudlab1/General/apps/perl-5_18_1/cpan/sources/aut
+hors/id/C/CJ/CJM/HTML-Tree-5.03.tar.gz ok
---- Unsatisfied dependencies detected during ----
---- CJM/HTML-Tree-5.03.tar.gz ----
Module::Build [build_requires]
Running make test
Try to install Module::Build with cpan:
make: *** [all] Error 2
LEONT/Module-Build-0.4220.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Loading different gcc doesn't seem to solve it.
Thanks in advance.
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.