Building trunk or the 5.5/5.6/5.7 branches seems to fail on quite a few
non-Linux systems (AIX, HP-UX and IRIX at least) in
snmplib/transports/snmpUDPBaseDomain.c. Here's the error for HP-UX
11.11/PA-RISC:
cc: "/my/src/net-snmp-5.7.dev/snmplib/transports/snmpUDPBaseDomain.c",
line 227: error 1
When I use a snmpcmd as non root I get always errors about MIB loading.
How can I prevent this?
What has been changed with V5.7 about mib index handling?
// regards
claus
For example:
claus-kleins-macbook-pro:net-snmp clausklein$ ./apps/snmpstatus -m ALL
-r0 -v3 -u claus -l noAuthNoPriv -Dmib
On Sun, Jul 24, 2011 at 8:57 AM, Brad Huntting wrote:
> How can using an explicitly sized int32_t expose more archetectual
> differences than using an archetecturely dependent long?
>
> Brad
>
> On Jul 23, 2011 11:43 PM, "Garrett Cooper" wrote:
>> On Sat, Jul 23, 2011 at 5:18 PM, Ilya Yanok wrot