Tech Thought

Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX

Entries Tagged ‘cpan’

How-To Fix Perl Error: Can’t locate object method “new” via package “LWP::Protocol::https::Socket”

I came across the following error while trying to connect to an LDAP server over HTTPS using the Perl module SOAP::Lite:
Can’t locate object method “new” via
package “LWP::Protocol::https::Socket”
The way to fix this problem is to install the Crypt::SSLeay module from CPAN.
Hope that helps someone!

Comments (1)

Installing Crypt::Blowfish on Windows from PPD

I have had a requirement to encrypt in Perl and decrypt in Php. As a result, I’ve been looking at ways to get this to work. There are a number of people who have managed to get this working using the Crypt::Blowfish module in perl and mcrypt_cbc function in Php.
That’s great unless you [...]

Comments (1)