Displaying 1 result from an estimated 1 matches for "usmaesprivprotocol".
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
...e <net-snmp/net-snmp-config.h>
> #include <net-snmp/net-snmp-includes.h>
> #ifdef HAVE_PTHREAD
>
I am not sure this one is needed. It seems that, on Solaris,
nut-scanner uses a very old net-snmp library lying in /usr/sfw on the
buildbot. Using this library raise an error on usmAESPrivProtocol
constant.
When building the snmp-ups driver, the tool chain uses a newer net-snmp
libray lying in /usr/local, which do not raise the error on
usmAESPrivProtocol and hopefully shouldn't require this commit.
I am in the process of trying to remove this old library on the buildbot
but I am not ver...