|
Posted by Sisyphus on January 28, 2006, 1:55 am
Please log in for more thread options
> I seem to have a recurring problem installing Crypt::SSLeay on my Red
> Hat Enterprise 4 systems. Whether I install in manually by downloading
> and installing the module or grabbing it through CPAN, I always get the
> following error:
>
> [root@host Crypt-SSLeay-0.51]# make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/net_ssl........dubious
> Test returned status 0 (wstat 11, 0xb)
> t/ssl_context....dubious
> Test returned status 0 (wstat 11, 0xb)
> FAILED--2 test scripts could be run, alas--no output ever seen
> make: *** [test_dynamic] Error 255
>
>
> Any thoughts on what may be going wrong here?
>
You might get a better idea of what's going wrong by running:
perl -Mblib t/net_ssl.t
and
perl -Mblib t/ssl_context.t
Cheers,
Rob
|