Bug 156932

Summary: libnetsnmp is missing dependency on libcrypto
Product: [Fedora] Fedora Reporter: Joe Orton <jorton>
Component: net-snmpAssignee: Radek Vokál <rvokal>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.2.1-12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-12 06:52:34 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 Joe Orton 2005-05-05 14:25:07 UTC
[root@trash ~]# rpm -qf /usr/lib/libnetsnmp.so.5
net-snmp-libs-5.2.1-10
[root@trash ~]# ldd -r /usr/lib/libnetsnmp.so.5
undefined symbol: EVP_DigestInit        (/usr/lib/libnetsnmp.so.5)
undefined symbol: EVP_DigestFinal       (/usr/lib/libnetsnmp.so.5)

libnetsnmp should be linked against -lcrypto since it depends on it.  This makes
prelink happier if nothing else.

Comment 1 Radek Vokál 2005-05-12 06:52:34 UTC
Fixed, will come out with next rawhide version