in reply to trouble installing Crypt::SSLeay

Hi matlaw,

For one thing (and this might be the only problem) there's a problem with MIME::Base64. Version 3.07 of Base64.pm is being found, but the version of Base64.so is 3.05 (which would typically indicate a botched attempt at installing MIME::Base64).

You need to have the same version numbers of Base64.pm and Base64.so. A proper and successful re-installation of MIME::Base64 will take care of that.

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: trouble installing Crypt::SSLeay
by matlaw (Initiate) on Jul 14, 2007 at 19:04 UTC
    Rob - you were correct! I re-installed MIME::Base64 and now I can install Crypt::SSLeay no problem and it even works connecting with https sites! Thanks so much, Matthew