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

You need to have SSL installed. Try Crypt::SSLeay.
  • Comment on Re: Getting error trying to use Net::SSLeay in LWP script

Replies are listed 'Best First'.
Re: Re: Getting error trying to use Net::SSLeay in LWP script
by kuce (Novice) on Feb 07, 2001 at 07:57 UTC
    I have Net::SSLeay installed. Is that enough?
      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

      I think you should include the SSLeay in your script.
      use Net::SSLeay;