I swinstalled ixNet-SNMP A.19.00-5.6.1.1.001 Simple Network Monitoring protocol
and am trying to configure and install it.
using
export CC="gcc -static-libgcc"
export PATH=/usr/local/bin:$PATH
export CFLAGS="-fPIC"
export LDFLAGS="-Wl,+nodefaultrpath"
./configure --prefix=/opt/iexpress/net-snmp \
--disable-debugging \
--with-defaults \
--disable-embedded-perl \
--with-openssl=/opt/openssl \
--enable-ipv6 \
--with-transports="UDP UDPIPv6 TCPIPv6" \
--enable-ucd-snmp-compatibility \
--with-libs="-lnm -lipv6" \
--with-mib-modules="mibII snmpv3mibs ucd_snmp agent_mibs agentx notification target utilities host" \
--enable-shared
doing the make install I get this far
installing snmp_alarm.h in /opt/iexpress/net-snmp/include/ucd-snmp
libtool: install: .././install-sh -c -m 644 ../include/ucd-snmp/snmp_api.h /opt/iexpress/net-snmp/include/ucd-snmp/snmp_api.h
installing snmp_api.h in /opt/iexpress/net-snmp/include/ucd-snmp
libtool: install: .././install-sh -c -m 644 ../include/ucd-snmp/large_fd_set.h /opt/iexpress/net-snmp/include/ucd-snmp/large_fd_s
.././install-sh: ../include/ucd-snmp/large_fd_set.h does not exist.
*** Error exit code 1
Stop.
*** Error exit code 1
--------------------------------
where do I go from here?