Bug 9704 - ucd-snmp-4.0.1-4 packaging issues
Summary: ucd-snmp-4.0.1-4 packaging issues
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ucd-snmp
Version: 6.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Crutcher Dunnavant
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-02-23 02:38 UTC by Charles R. Anderson
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-02-27 19:41:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Charles R. Anderson 2000-02-23 02:38:40 UTC
There are two issues with the ucd-snmp-4.0.1-4 package that comes with Red
Hat 6.1:

1. The -devel package is missing the /usr/include/ucd-snmp/scapi.h file,
causing certain programs to fail compilation, e.g. the SNMP perl module.
Other headers might also missing (keytools.h, lcd_time.h, readconfig.h,
scapi.h, snmp-tc.h, snmp_alarm.h, snmp_debug.h, snmp_logging.h, snmpusm.h,
snmpv3.h, tools.h, transform_oids.h, ucd-snmp-includes.h).  This is a
problem with snmplib/Makefile.in, since it fails to include these important
files in the ALLHEADERS and INSTALLHEADERS definitions.

2. The %postun section uses chkconfig to delete the snmpd service after the
init script has already been deleted.  The chkconfig command needs to be
moved to a %preun section.  (/sbin/ldconfig should stay in %postun).

Comment 1 Jeff Johnson 2000-02-27 19:41:59 UTC
The problem 1) is fixed in ucd-snmp-4.1.1. I've built CPAN modules against
that version.

The problem 2) is fixed in ucd-snmp-4.1.1-2 from Raw Hide, thanks for noticing.


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