IO-Socket-SSL - Re: Build failure IO-Socket-SSL-1.02: make test fails

Posted on Wed Jan 24 16:35:47 2007 by 2geeky in response to 4012 (See the whole thread of 2)
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