Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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
-
Run the RPM command with all three files on the same line. The initial instructions were in error.
Des Dougan
-
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 ##################################################
-
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