Bug 87810

Summary: Errata upgrade for RH 7.1 doesn't install due to readline dependency
Product: [Retired] Red Hat Linux Reporter: Daniel Roesen <dr>
Component: kernel-utilsAssignee: Dave Jones <davej>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: pfrields
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://rhn.redhat.com/errata/RHSA-2002-205.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-27 23:27:24 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 Daniel Roesen 2003-04-02 20:53:39 UTC
When trying to install the kernel-utils package of the kernel
errata RHSA-2002-205.html on a RH 7.1 machine, I get the following
problem:

# rpm -i kernel-utils-2.4-8.13.7.2.i386.rpm 
error: failed dependencies:
	libreadline.so.4   is needed by kernel-utils-2.4-8.13.7.2
# rpm -q readline 
readline-4.1-9
# ll /usr/lib/libreadline.so.4
lrwxrwxrwx    1 root     root           18 Jul 12  2001
/usr/lib/libreadline.so.4 -> libreadline.so.4.1
# rpm -i kernel-utils-2.4-8.13.7.2.i386.rpm 
error: failed dependencies:
	libreadline.so.4   is needed by kernel-utils-2.4-8.13.7.2

It looks like the readline RPM (original RH 7.1) misses the
"provides: libreadline.so.4"

Then again:

# rpm -q --obsoletes ksymoops
kernel-utils  
# rpm -q ksymoops
ksymoops-2.4.0-3

If kernel-utils was obsoleted by ksymoops, where are all the tools
gone to (there is much more than just ksymoops in the kernel-utils
package).

A similar problem was reported in:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=10717
Did this problem reappear perhaps?