http://qs321.pair.com?node_id=965622


in reply to Re^2: SOAP-Lite-0.714 Not working
in thread SOAP-Lite-0.714 Not working

Well the reason I say install by executing perl -MCPAN -eshell is that CPAN module will download and install any modules SOAP::Lite is dependent upon. Crypt::SSLeay will probably need some encryption software installed that is not available from cpan, but you would get some error message telling you what to do. So really do the perl -MCPAN -eshell thing and let the CPAN module do its thing. It is better than doing wget http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-0.714.tar.gz && tar -xzf SOAP-Lite-0.714.tar.gz && cd SOAP-Lite-0.714 && make && make test && make install.

Replies are listed 'Best First'.
Re^4: SOAP-Lite-0.714 Not working
by btechpl (Initiate) on Apr 18, 2012 at 18:23 UTC
    Yes, it does need an encryption software. It requires OI::Socket::SSL. This has been installed, and is recognized by SOAP::Lite. Thanks for reply.