[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Setting up BoA module
> >-----Original Message-----
> >From: interchange-users-admin@icdevgroup.org
[mailto:interchange-users-
> >admin@icdevgroup.org] On Behalf Of Ryan Grace
> >Sent: Wednesday, December 11, 2002 2:14 PM
> >To: interchange-users@icdevgroup.org
> >Subject: Re: [ic] Setting up BoA module
> >
> >Thanks for the reply. I put the Require statement in
> >my interchange.cfg, but now get this when restarting
> >IC:
> >
> >Required Perl module Vend::Payment::BoA not present.
> >Aborting catalog.
> >In line 2 of the configuration file 'interchange.cfg':
> >Require module Vend::Payment::BoA
> >
> >Required Perl module Vend::Payment::BoA not present.
> >Aborting catalog.
> >In line 2 of the configuration file 'interchange.cfg':
> >Require module Vend::Payment::BoA
> >
> >
> >Required Perl module Vend::Payment::BoA not present.
> >Aborting catalog.
> >In line 2 of the configuration file 'interchange.cfg':
> >Require module Vend::Payment::BoA
> >
> >(It repeats 3 times like that)
> >
> >Any ideas? I can see that indeed BoA.pm is sitting at
> >bin/ic486/lib/Vend/Payment/BoA.pm.
> >
It sounds like you need to have SSLeay and the UserAgent installed.
Try running ( from the BoA doc )
perl -MNet::SSLeay -e 'print "It works\n"'
or
perl -MLWP::UserAgent -MCrypt::SSLeay -e 'print "It works\n"'
If either printout "It works", then its something else. If not, try
installing LWP::UserAgent and Crypt::SSLeay
Jarod McMillan
Mobile Penguins
626-581-7944
jarod@mobilepenguins.com
www.MobilePenguins.com