[ic] Problems installing / upgading verion 4.8.4

Jon Jensen interchange-users@interchange.redhat.com
Wed May 1 13:56:00 2002


On Wed, 1 May 2002, Ulf Holt wrote:

> Have just tried to upgrade to version 4.8.4. Got the following missing dependencies:
> 
> perl-Business-UPS
> perl-Safe-Hole
> perl-SQL-Statement
> 
> I try: 
> cpan> install Business::UPS
> cpan> install Safe::Holt
> cpan> install SQL::Statement

This is a change in the latest set of RPMs: I've added formal RPM 
dependencies on the modules. But that means you need to install the CPAN 
modules from RPMs. I've provided them here:

http://ftp.interchange.redhat.com/perl/RHL-7.2/

OTOH, if you are sure you have everything, you can tell RPM to ignore the 
dependencies:

rpm -Uvh --nodeps interchange-*.rpm

Jon