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

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?

Replies are listed 'Best First'.
Re^4: Net::SMTP auth login fails - passes in username twice!
by Anonymous Monk on Jul 22, 2009 at 14:01 UTC
    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.
        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

        How did you reinstall? Did you run tests? You probably need to tweak your PATH or LD_LIBRARY_PATH.

        The modules do work, in fact there are 1152 / 740 reports of them working properly.