Bug 18848

Summary: openssh RPM 10-9-00 dependency problem
Product: [Retired] Red Hat Linux Reporter: Need Real Name <robhinz>
Component: opensshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: dr
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-13 15:13:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-10-10 20:35:18 UTC
I attempted to update the openssh package using the update issued on 
10/5/00 (RHBA-2000:076-03). Any order of installation results in an 
unresolvable dependency error. I am working on a clean RH Linux 7.0 
install. 

rpm -qa | grep openssh shows:

openssh-askpass-gnome-2.1.1p4-1
openssh-askpass-2.1.1p4-1
openssh-clients-2.1.1p4-1
openssh-2.1.1p4-1
openssh-server-2.1.1p4-1

rpm -Fvh openssh-2.2.0p1-5.i386.rpm gives me:
error: failed dependencies:
   openssh = 2.1.1p4 is needed by openssh-askpass-2.1.1p4-1
   openssh = 2.1.1p4 is needed by openssh-askpass-gnome-2.1.1p4-1
   openssh = 2.1.1p4 is needed by openssh-clients-2.1.1p4-1
   openssh = 2.1.1p4 is needed by openssh-server-2.1.1p4-1

The other openssh-xxx-2.2.0p1-5 packages all ask for openssh-2.2.0p1-5

I am pretty much a Linux newbie so hopefully I am not wasting your time by 
doing something wrong!

Thanks!

-Rob Hinz
robhinz

Comment 1 Need Real Name 2000-10-12 08:04:39 UTC
I removed the openssh packages installed under RH 7.0 and then reinstalled the 
updates and everything is seemed to work correctly. -RH

Comment 2 Daniel Roesen 2000-10-13 15:13:36 UTC
do "rpm -Fvh openssh-*" so RPM knows that you want to upgrade ALL openssh 
packages and then there should be now dependency problems as rpm knows that all 
dependencies will be fulfilled after the rpm run.