http://qs321.pair.com?node_id=733551


in reply to Business::OnlinePayment::AuthorizeNet install problem

I googled for it and the first hit is the module

Possibly you don't have the SSL libs installed to let you access https websites, and the module is dying with an uninformative message. You need Net::SSLeay _or_ ( Crypt::SSLeay and LWP::UserAgent ).


I'm not really a human, but I play one on earth Remember How Lucky You Are
  • Comment on Re: Business::OnlinePayment::AuthorizeNet install problem

Replies are listed 'Best First'.
Re^2: Business::OnlinePayment::AuthorizeNet install problem
by rhesa (Vicar) on Dec 31, 2008 at 20:52 UTC
    Note that 3.00_09 is a developer release, and CPAN won't install it by default. The AuthorizeNet submodule has relied on developer releases of Business::OnlinePayment for a long time now. I simply resort to installing 3.15 of AuthorizeNet, which still serves us well.

      Could you please elaborate on that?   Thanks.

        Developer releases use non numeric characters in release numbers, like Business-OnlinePayment-3.00_09. They're released to be tested. If you visit http://search.cpan.org/~ivan/Business-OnlinePayment-3.00_09/ you will see in red ** DEVELOPER RELEASE **. cpan install Business::OnlinePayment nor cpanp i Business::OnlinePayment will not install a development release.
        In addition to what the friendly unnamed person said above, I install the older version like so:
        cpan IVAN/Business-OnlinePayment-AuthorizeNet-3.15.tar.gz
        This works as long as the older version is still on CPAN. Otherwise you'd have to go to BackPAN, but I've never needed to do that.