On 18 February 2010 21:23, Mike Ayers <[email protected]> wrote: >> mibgroup/host/hr_swinst.c: In function ‘var_hrswinst’: >> mibgroup/host/hr_swinst.c:480: error: ‘int_32’ undeclared (first use in this >> function) >> mibgroup/host/hr_swinst.c:480: error: (Each undeclared identifier is >> reported only once >> mibgroup/host/hr_swinst.c:480: error: for each function it appears in.) >> mibgroup/host/hr_swinst.c:480: error: ‘rpm_data’ undeclared (first use in >> this function) >> make[1]: *** [mibgroup/host/hr_swinst.lo] Error 1
> I don't recognize the failure - did you perhaps ask configure to make > RPMs? Unfortunately, I do. This is a problem with changes to the RPM library API, which is used for retrieving the list of installed software. Current releases of Fedora use RPM v4 The hr_swinst.c code was developed using an earlier (incompatible) API - probably v3. This is an issue that has been biting me more and more recently, and is something that I need to sort out for the upcoming releases. I'll add this to the agent for tonight's admin meeting. Dave ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
