Pradhap D wrote: > I am trying to compile latest net-snmp 5.3.1 with the options > #./configure --enable-ipv6 --with-mib-modules='host disman/event-mib > ucd-snmp/diskio' --with-cflags=-Dsolaris_2 --with-transports='UDP UDPIPv6 > TCPIPv6 TCP' > > But it thows error as > > checking for uint64_t... yes > checking for u_int64_t... no > checking ipv6 stack type... "unknown, no" > checking for platform-specific source... > > checking for and configuring transport modules to use... > configure: error: IPv6 transports not available if IPv6 support is not > enabled
What OS version are you running? Based on your "--with-cflags=-Dsolaris_2" (what do you need this for?) I assume you're running Solaris at least. Based on my testing, --enable-ipv6 works fine on Solaris 8 and later. If it doesn't work for you, you need to look into config.log to see why it fails. You may also want to try ommitting the UDPIPv6 and TCPIPv6 transports as I think they'll be added automatically on --enable-ipv6. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
