[ic] CC validation

John Cherbini interchange-users@interchange.redhat.com
Fri Sep 7 15:19:34 2001


Racke,

Thanks for the tip.  Here's the output of /usr/lib/interchange/error.log

- - - [07/September/2001:12:01:20 -0700] - - Required  
Vend::Payment::CyberCash
not present. Aborting catalog.
> In line 45 of the configuration file '/etc/interchange.cfg':
> Require Vend::Payment::CyberCash

Here's an ls -la of the installed libs.

[root@localhost root]# ls -la /usr/lib/interchange/lib
total 716
drwxr-xr-x    9 root     root         4096 Sep  7 10:49 .
drwxr-xr-x   13 root     root         4096 Sep  6 16:47 ..
drwxr-xr-x    3 root     root         4096 Sep  6 09:24 auto
drwxr-xr-x    2 root     root         4096 Sep  6 09:24 Business
-rw-r--r--    1 root     root        21185 Sep  7 10:49 CCMckDirectLib3_2.pm
-rw-r--r--    1 root     root         9106 Sep  6 15:31 CCMckErrno3_2.pm
-rw-r--r--    1 root     root        25615 Sep  7 10:49 CCMckLib3_2.pm
-r-xr-xr-x    1 root     root        10604 Sep  6 15:31 computeMD5hash
drwxr-xr-x    2 root     root         4096 Sep  6 09:24 File
-r--r--r--    1 root     root          706 Jul 17 19:20 hints.pl
drwxrwxr-x    2 root     root         4096 Sep  6 09:24 HTML
-rw-r--r--    1 root     root        14536 Aug 13 22:09 IniConf.pm
-r-xr-xr-x    1 root     root       248788 Sep  6 15:31 MCKdecrypt
-r-xr-xr-x    1 root     root       336564 Sep  6 15:31 MCKencrypt
drwxr-xr-x    2 root     root         4096 Sep  6 09:24 Tie
drwxr-xr-x    7 root     root         4096 Sep  6 09:24 UI
drwxr-xr-x    5 root     root         4096 Sep  6 09:24 Vend
[root@localhost root]#

I'm restarting the IC server with /etc/rc.d/init.d/interchange restart

I know the paths in the CC*.pm are all correct.  Are there any paths that 
need to be set so that it finds these libs?

Thanks!!!

JC



On Friday 07 September 2001 11:54, Stefan Hornburg (Racke wrote:
> John Cherbini <johnc@toolhub.com> writes:
> > Hello all,
> >
> > Very basic question.  Where can I find docs on how to set up IC 4.8.1
> > with CyberCash 3.3.1 ????
> >
> > I've found many older docs, using IC 4.6.x or MiniVend.  I just can't
> > find a good howto on the new version.
> >
> > I have the MCK installed, and all the paths are configured correctly.
> > However, if I do a Require Vend::Payment::Cybercash   IC won't fire up. 
> > It can't find the module.  I thought it may be a perl module, but it's
> > nowhere to be found on CPAN.
>
> Use "Require Vend::Payment::CyberCash" instead.
>
> Ciao
>         Racke