|
From: Robert S. <rs...@fr...> - 2018-06-28 22:57:12
|
On Thu, 7 Jun 2018 09:36:02 -0400 Tech wrote: TS> I am trying to compile net-snmp 5.7.3 on a CentOS 6 server TS> but I'm running into problems. I'm getting the following error. TS> TS> In file included from ../include/net-snmp/utilities.h:42, TS> from ../include/net-snmp/net-snmp-includes.h:71, TS> from snmp_perl.c:9: TS> ../include/net-snmp/library/int64.h:8: error: conflicting types TS> for 'U64' You need to add "-DNETSNMP_REMOVE_U64" to your CFLAGS. Robert |