davidov0009 has asked for the wisdom of the Perl Monks concerning the following question:
I am attempting to use the MCPAN shell to install the module Business::PayPal on my Red Hat 9 server. I am running into problems when the required Net::SSLeay module drags in a bunch of other required Test modules that then fail. I get several @INC, BEGIN, and make errors. I have recorded the names of the modules that are creating these problems and the final output of the failed install, listed below:
There are many other errors in the long list of output but I am wondering how I can either avoid installing these test modules or fix these test problems. Thanks.---- Unsatisfied dependencies detected during [C/CH/CHORNY/Test-Warn-0 +.10.tar.gz] ----- Test::Exception Test::Builder::Tester . . . ---- Unsatisfied dependencies detected during [F/FL/FLORA/Net-SSLeay-1 +.32.tar.gz] ----- Test::Warn Test::Exception . . Writing Makefile for Test::Exception ---- Unsatisfied dependencies detected during [A/AD/ADIE/Test-Exceptio +n-0.25.tar.gz] ----- Test::Builder Test::Simple Test::Builder::Tester . . . Can't locate Net/SSLeay.pm in @INC (@INC contains: blib/lib blib/arch +/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /us +r/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/si +te_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8 +.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/ +perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/l +ib/perl5/5.8.0 .) at blib/lib/Business/PayPal.pm line 9. BEGIN failed--compilation aborted at blib/lib/Business/PayPal.pm line +9. Compilation failed in require at test.pl line 10. BEGIN failed--compilation aborted at test.pl line 10. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: MOCK/Business-PayPal-0.02.tar.gz : make_test NO FLORA/Net-SSLeay-1.32.tar.gz : make NO ADIE/Test-Exception-0.25.tar.gz : make_test NO CHORNY/Test-Warn-0.10.tar.gz : make_test NO MSCHWERN/Test-Simple-0.72.tar.gz : make NO
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: test modules fail install
by dragonchild (Archbishop) on Nov 21, 2007 at 05:50 UTC | |
by davidov0009 (Scribe) on Nov 21, 2007 at 16:10 UTC | |
|
Re: test modules fail install
by perlfan (Parson) on Nov 21, 2007 at 05:45 UTC | |
|
Re: test modules fail install
by shmem (Chancellor) on Nov 21, 2007 at 11:55 UTC |