in reply to Re: Getting error trying to use Net::SSLeay in LWP script
in thread Getting error trying to use Net::SSLeay in LWP script

I have Net::SSLeay installed. Is that enough?
  • Comment on Re: Re: Getting error trying to use Net::SSLeay in LWP script

Replies are listed 'Best First'.
Re: Re: Re: Getting error trying to use Net::SSLeay in LWP script
by sutch (Curate) on Feb 07, 2001 at 08:03 UTC
    Check out the Crypt::SSLeay docs (available here):

    You must have OpenSSL or SSLeay installed before compiling this module. You can get the latest OpenSSL package from:

    http://www.openssl.org

Re^3: Getting error trying to use Net::SSLeay in LWP script
by betauli (Initiate) on Mar 29, 2012 at 04:52 UTC
    I think you should include the SSLeay in your script.
    use Net::SSLeay;