Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: SANKAR on August 19, 2001, 09:07:42 AM

Title: IMP 2.2.6 and Horde 1.2.6 (SECURITY) upgrade
Post by: SANKAR on August 19, 2001, 09:07:42 AM
I am running 4.1.2 version of e-smith and I tried to patch the security patch
recommended by e-smith in their FTP server. I downloaded the following RPMS
horde-1.2.6-2es.noarch.rpm
horde-mysql-1.2.6-2es.noarch.rpm  
imp-2.2.6-2es.noarch.rpm
When I try to install I am getting the follwoing error.

rpm -Uvh $FTP/horde-1.2.6-2es.noarch.rpm
Retrieving ftp://ftp.e-smith.com/pub/e-smith/updates/4.1.2/RPMS/noarch//horde-1
2.6-2es.noarch.rpm
error: failed dependencies:
        horde = 1.2.4 is needed by horde-mysql-1.2.4-3es
        horde = 1.2.4 is needed by imp-2.2.4-4es

rpm -Uvh horde-mysql-1.2.6-2es.noarch.rpm
error: failed dependencies:
        horde = 1.2.6 is needed by horde-mysql-1.2.6-2es

 rpm -Uvh imp-2.2.6-2es.noarch.rpm
error: failed dependencies:
        horde = 1.2.6 is needed by imp-2.2.6-2es
Have anybody tried install the RPMS????
Can anybody help me in this regard.

Sankar
Title: Re: IMP 2.2.6 and Horde 1.2.6 (SECURITY) upgrade
Post by: Des Dougan on August 19, 2001, 09:13:49 AM
Run the RPM command with all three files on the same line. The initial instructions were in error.


Des Dougan
Title: Re: IMP 2.2.6 and Horde 1.2.6 (SECURITY) upgrade
Post by: SANKAR on August 19, 2001, 11:21:11 AM
Thanks Des it works!! I

# rpm -Uvh horde-1.2.6-2es.noarch.rpm horde-mysql-1.2.6-2es.noarch.rpm imp-2.2.6-2es.noarch.rpm

System output

horde ##################################################
horde-mysql  ##################################################
imp ##################################################
Title: Re: IMP 2.2.6 and Horde 1.2.6 (SECURITY) upgrade
Post by: Daniel on August 24, 2001, 11:37:10 AM
You can also put them in the same directory and run this command:

rpm -Uvh *.rpm

This will install everything in that directory and check dependencies automatically.

Regards,

Daniel