RE: IPv6 on Linux

2005-02-18 Thread Srini Kode
It works now. I also had to enable the host to be v6 capable. Thanks - srini > -Original Message- > From: Robert Story [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 9:28 AM > To: Srini Kode > Cc: [email protected]; 'Alex Burger'; > [EMAIL PROTECTED] >

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-18 Thread Alan . Anderson
Robert, Thanks for getting back to me on this. I updated my make file as your website suggests. But now I am back to the link order problem and unresolved externals. I think it is a link order problem because if I rearrange how I list the snmp libraries, I get different unresolved externals. Tha

RE: IPv6 on Windows [not Linux]

2005-02-18 Thread Bruce Shaw
AB> I can create another Windows binary with IPv6 support and we can post AB> both of them. Any objections to having two Windows binaries? AB> AB> I would also like to have OpenSSL support in the binary as there is a AB> pre-compiled OpenSSL DLL available (so we will not have to include it AB>

Re: IPv6 on Linux

2005-02-18 Thread Robert Story
On Thu, 17 Feb 2005 16:56:04 -0800 Srini wrote: SK> Now I compiled with v6 option and ran the following command from a linux SK> box. I get following error. SK> bash-2.05a$ ./snmpget -v 2c -c public -D ALL SK> udp6:[fe80::205:30ff:fe00:2309/64]:161 sysDescr.0 Try w/out the mask ('/64'). eg snm

Re: IPv6 on Windows [not Linux]

2005-02-18 Thread Robert Story
On Wed, 16 Feb 2005 09:24:23 -0500 Alex wrote: AB> Windows XP with service pack 1 includes a production quality version of AB> IPv6. There is IPv6 support before sp1, but it is not considered AB> production quality. Well, that's a good enough reason not to put it in our binaries. I say we conti

Re: Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-18 Thread Robert Story
On Fri, 18 Feb 2005 08:52:12 -0600 [EMAIL PROTECTED] wrote: AAC> I tried static linking but I got lost in a maze of link order problems. I AAC> would rather get the dynamic debugging going but I am open to static AAC> linking if some one could help with the link order. I always use static linking

Re: snmpd stops responding after ~ 1000 snmpwalks

2005-02-18 Thread Robert Story
On Thu, 17 Feb 2005 12:12:24 -0500 Alex wrote: AK> Hi, I ran my script in the debug mode. This is the stack. Any suggestion AK> would be greatly appreciated. THANKS!!! if you retry a few time, it the stack always the same? AK> #4 0x408ba0d4 in protocol::ProtocolClient::sendBatchWithIdAndWait(

Stepping into my compiled libnetsnmpagent.so.5 with gdb when there is a system shared library of the same name?

2005-02-18 Thread Alan . Anderson
Hi, I am very new to net-snmp and to linux...just what you guys wanted to hear, right? Anyway, I am sure there is a simple answer for this but I have been beating my head against the wall the past few days so if some one could take time to explain how to step into a shared library with gdb, I woul