Dave.

I have small doubt on below conf. I have mentioned  in below conf as  "
--with-libs="-lnm -lipv6" --disable-shared" . In your reply you have 
suggested to us to use like " --with-libs="-lnm" --disable-shared". Please 
let us know "--with-libs="-lnm" " is correct.

./configure
--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" --disable-shared


In Your reply

        ./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 Shield" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
03/19/2008 04:41

To
Umesh Kamath/India/[EMAIL PROTECTED]
cc
net-snmp-users@lists.sourceforge.net, [EMAIL PROTECTED]
Subject
Re: Net-SNMP (ASAP)






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

<<image/gif>>

-------------------------------------------------------------------------
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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to