in reply to Re: Net::SMTP auth login fails - passes in username twice!
in thread Net::SMTP auth login fails - passes in username twice!

requires Net::SSLeay, but that's broken and won't work for me.

How so?

  • Comment on Re^2: Net::SMTP auth login fails - passes in username twice!

Replies are listed 'Best First'.
Re^3: Net::SMTP auth login fails - passes in username twice!
by Khen1950fx (Canon) on Jul 21, 2009 at 19:19 UTC
    How so

    It installed ok, but every time that I try to use it, I get:

    Net/SSLeay/SSLeay.so: undefined symbol: SSL_load_error_strings

    Any ideas?

      How did you install? Run
      ldd Net/SSLeay/SSLeay.so
      You probably have conflicting openssl versions installed
        Evidently, I did have two conflicting ssls. I deleted them and reinstalled openssl. Then I reinstalled Net::SSLeay and Crypt::SSLeay. The modules just won't work. Thanks for your help though.