Hello.

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:

---- 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
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.

In reply to test modules fail install by davidov0009

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.