Hi Dave,

Is  this combination (openssl with  --disable-ipv6)  means  disable ipv6 
on openssl ??

./config
--with-openssl=/opt/hpws/apache/bin/openssl --disable-ipv6 \



In our config file, vendor mentioned that  down load openSSL A.00.09.07m 
from http://software.hp.com. We have perl module of openssl (Higer 
Version) already. My question is "
--with-openssl=/opt/hpws/apache/bin/openssl --disable-ipv6 \" really need. 
 I am bit confuse on when to use --with and --without. Could you please 
tell me the difference.



Also let me know which version  of binary net-snmp for HP UX 11.11v1 is 
good. Also let me know is there any way we can disable agent while 
installing binary net snmp file.

I think iam disturbing you lot. Please sorry for that.






"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