AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only

After Upgrade to Perl 5.8.8 Getting 500 Error

  • 1.  After Upgrade to Perl 5.8.8 Getting 500 Error

    Posted Sun March 27, 2011 02:49 PM

    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