Thread

Posted on Thu Jan 11 01:48:45 2007 by sileshi
Build failure IO-Socket-SSL-1.02: make test fails
Can someone help me what seems to be the problem here? PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01loadmodule.....Can't locate Net/SSLeay.pm in @INC (@INC contains: /home/skassa/download/tmp/IO-Socket-SSL-1.02/blib/lib /home/skassa/download/tmp/IO-Socket-SSL-1.02/blib/arch /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /home/skassa/download/tmp/IO-Socket-SSL-1.02/blib/lib/IO/Socket/SSL.pm line 17. BEGIN failed--compilation aborted at /home/skassa/download/tmp/IO-Socket-SSL-1.02/blib/lib/IO/Socket/SSL.pm line 17. Compilation failed in require at t/01loadmodule.t line 11. BEGIN failed--compilation aborted at t/01loadmodule.t line 11. t/01loadmodule.....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay
Direct Responses: 4145 | Write a response
Posted on Wed Jan 24 16:35:47 2007 by 2geeky in response to 4012
Re: Build failure IO-Socket-SSL-1.02: make test fails
The telling part is most likely this: ".....Can't locate Net/SSLeay.pm" Make sure you have "make", "openssl" (the development version which has all the libs for developers), and "gcc" installed first (the linux packages). Then you can preemptively, from a perl cpan shell run "install Net::SSLeay" to be sure it installs properly. If it is installed as a dependency of IO::Socket::SSL you might miss the log info as it scrolls by. Then try to install IO::Socket::SSL. I hope this helps.
Write a response