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.