[ic] safe::hole missing

Fred Pope interchange-users@interchange.redhat.com
Sun Dec 2 20:33:01 2001


install bundle::Interchange

-----Original Message-----
From: interchange-users-admin@interchange.redhat.com
[mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of
Ernie Fortnum
Sent: Tuesday, November 20, 2001 5:36 AM
To: interchange-users@interchange.redhat.com
Subject: Re: [ic] safe::hole missing


JPpatches wrote:
> hi,  i'm installing interchange and i'm getting a configuration error
saying
> the safe::hole is missing. can anyone help me with this?

Hi JP

I'm about 1 step in front of you (installing Interchange 4.8.2 on a RaQ3).
Amongst other things I had missing:
         Safe::Hole
         SQL::Statement
         Storable

Based on reading what others have done in the past
I went to my install directory
   cd /home/tmp/interchange-4.8.2
and did
   wget http://www.cpan.org/modules/by-module/Safe/Safe-Hole-0.08.tar.gz

and (just in case you're missing the other two)
wget http://www.cpan.org/modules/by-module/SQL/SQL-Statement-0.1020.tar.gz
wget http://www.cpan.org/modules/by-module/Storable/Storable-1.0.13.tar.gz

===========

Then for the first one :
   gzip -dc Safe-Hole-0.08.tar.gz | tar -xof -

Then go into the newly-created directory and typed:
   perl Makefile.PL
   make
   make install

===============

And then I repeated for the other 2

===============

I then tried restarting Interchange
The complaint about Safe Hole etc at least was no longer there :-)

Regards
Ernie


_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users