On 18/03/2008, Umesh Kamath <[EMAIL PROTECTED]> wrote:
> Could you please let us know do we need IPV6 patches eventhough after
> disabling IPV6 while configuring (as below)
>
> /configure
> --disable-debugging --with-defaults \
> --disable-embedded-perl \
> --with-openssl=/opt/openssl --disable-ipv6 \
> --with-transports="UDP UDPIPv6 TCPIPv6"
> --enable-ucd-snmp-compatibility \ //
> '--with-transports=UDP' is it sufficient Right here ??
> --with-libs="-lnm -lipv6" --disable-shared
If yoiu are trying to omit IPv6 support, then it would be sensible to
omit it from the list of transports.
In fact, there's probably no need to specify the transports explicitly
at all. I don't believe that the two IPv6 transports are part of the default
build anyway.
But try:
./configure
--disable-debugging --with-defaults \
--disable-embedded-perl \
--with-openssl=/opt/openssl --disable-ipv6 \
--with-out-transports="UDPIPv6 TCPIPv6"
--enable-ucd-snmp-compatibility \
--with-libs="-lnm" --disable-shared
Dave
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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