Bug 70199 - net-snmp links to libelf
Summary: net-snmp links to libelf
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: net-snmp
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 67218 79579
TreeView+ depends on / blocked
 
Reported: 2002-07-31 00:00 UTC by Owen Taylor
Modified: 2015-03-05 01:11 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-12-17 11:39:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Owen Taylor 2002-07-31 00:00:44 UTC
net-snmp checks for libelf in its configure script and links to it.

The apparent reason for this is that it wants to to use libelf
to poke around in /dev/kmem on some non-Linux systems.

Comment 1 Brent Nordquist 2002-12-07 00:29:46 UTC
Release -6 of the RPM has a patch from Florian that says it prevents the build
from trying to use -lelf (it replaces it with -llelf, which I guess is supposed
to make -lelf not found during configure).  However, during the build, it still
links with -lelf in the last step, which will fail if libelf-devel is not
installed (see bug 76086).  I think either 76086 needs to be implemented (so
libelf-devel is properly required during build), or this one should be
implemented (so libelf is truly not needed).

Comment 2 Phil Knirsch 2002-12-17 11:39:27 UTC
Fixed in net-snmp-5.0.6-9 rawhide build.


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