Install of netsnmp 5.7 on Windows Vista using Cygwin fails with ... making install in /source/net-snmp-5.7/man make[1]: Entering directory `/source/net-snmp-5.7/man' make[1]: *** No rule to make target `../sedscript', needed by `snmpbulkget.1'. Stop. make[1]: Leaving directory `/source/net-snmp-5.7/man' make: *** [installsubdirs] Error 1
if I call configure with " --with-out-mib-modules=examples" Remove that one line and this works for me: autoconf autoheader ./configure \ --with-sys-contact="nobody" --with-sys-location="nowhere" \ --with-logfile="/var/log/snmpd.log" \ --with-persistent-directory="/var/net-snmp" \ --with-out-mib-modules=ucd-snmp \ --with-out-mib-modules=net-snmp \ --disable-mibs \ --disable-agent \ --disable-scripts \ --disable-embedded-perl --without-perl-modules \ --disable-perl-cc-checks \ --with-default-snmp-version="2" \ --with-libs="-lws2_32" Lee ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ 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
