I've installed net-snmp from provided srpms and I've also compile it from source with my configuration options but still I'm facing this - in perl directory running
$ perl Makefile.PL $ make SNMP.xs: In function `XS_SNMP__new_v3_session': SNMP.xs:2754: error: structure has no member named `securityAuthLocalKey' SNMP.xs:2757: error: structure has no member named `securityAuthLocalKeyLen' SNMP.xs:2789: error: `usmAESPrivProtocol' undeclared (first use in this function) SNMP.xs:2789: error: (Each undeclared identifier is reported only once SNMP.xs:2789: error: for each function it appears in.) SNMP.xs:2790: error: `USM_PRIV_PROTO_AES_LEN' undeclared (first use in this function) SNMP.xs:2804: error: structure has no member named `securityPrivLocalKey' SNMP.xs:2807: error: structure has no member named `securityPrivLocalKeyLen' SNMP.xs: In function `XS_SNMP__MIB__NODE_FETCH': SNMP.xs:5171: error: structure has no member named `reference' SNMP.xs:5231: warning: passing arg 3 of `Perl_sv_setpv' makes pointer from integer without a cast make[1]: *** [SNMP.o] Error 1 Why does it fails? Is there sth I'm missing in configuration for SNMPv3 and authentification? -- Radek VokÃl <[EMAIL PROTECTED]> -- Red Hat, Inc. Linux 2.6.9-1.640 #1 Wed Oct 20 09:55:51 EDT 2004 i686 GNU/Linux ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
