Originally posted by: JGFinnegan
I'm getting the following error after upgrading from Perl 5.8.0 to 5.8.8
500 Can't locate object method "new" via package "LWP::Protocol::https::Socket"
I have loaded the LWP bundle, Crypt::SSLeay, NET::SSL and still get this error. Does anyone know what else i can do for this. Here is the socket I'm creating:
my $socket = IO::Socket::UNIX->new
(
Peer => $socket_name,
Type => SOCK_STREAM,
Timeout => $socket_timeout
);
Thanks.
#AIX-Forum