Bug 156932 - libnetsnmp is missing dependency on libcrypto
Summary: libnetsnmp is missing dependency on libcrypto
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: net-snmp
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Radek Vokál
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-05-05 14:25 UTC by Joe Orton
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 5.2.1-12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-05-12 06:52:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 


Note You need to log in before you can comment on or make changes to this bug.