Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 105846

Summary: kernel-utils requires() "libsnmp.so" instead of "libnetsnmp.so".
Product: [Fedora] Fedora Reporter: Terje Bless <link>
Component: kernel-utilsAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-31 02:11:48 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:
Bug Depends On:    
Bug Blocks: 100644    

Description Terje Bless 2003-09-28 11:46:00 UTC
The kernel-utils package requires(libsnmp.so.5). This is from the "UCD-SNMP
compatibility mode" of NET-SNMP and is required because kernel-utils'
"cpqarrayd" links against "libsnmp.so.5" instead of "libnetsnmp.so.5".

Since UCD-SNMP is no more and this causes conflicts whith third-party packages
(upstream RPMs for e.g. RHL9) it would be a good idea to link "cpqarrayd"
against "libnetsnmp.so.5" instead of "libsnmp.so.5".

The problem may be alleviated by Bug #100489.


This of course goes for anything depending on UCD-SNMP compatibility, but
kernel-utils and hpoj (will be filed as separate bug) were the only ones I found
(`rpm -qa --requires | fgrep libsnmp.so` on an "Everything" install) that had
this problem.

Comment 1 Terje Bless 2003-09-28 11:51:23 UTC
Same problem for hpoj logged as Bug #105847.

Comment 2 Terje Bless 2004-08-31 02:11:48 UTC
Since "cpqarrayd" is no longer part of "kernel-utils" (as of Arjan's
change at Fri Jul 04 2003; tested in current Fedora Rawhide), and
kernel-utils no longer Requires(libsnmp.so.5), this is RESOLVED FIXED.