Re: Changing originator IP in trap/inform

2006-07-31 Thread Magnus Fromreide
On Wed, Jul 19, 2006 at 04:08:02PM +0100, Dave Shield wrote: > On 19/07/06, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > >there is sadly a misalignment in the code so if you have the > > functions that converts from v2-notification to v1-trap and back and calls > > them like: > > > > res =

Re: va_copy

2006-07-31 Thread Dave Shield
On 31/07/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Anyone knows of a ready-to-use (and appropriately licensed) va_copy configure > check that does more than just AC_CHECK_FUNC(va_copy)? Ummm... how about something similar to http://www.redhat.com/archives/rpm-list/2001-August/msg00072.ht

Re: va_copy

2006-07-31 Thread Thomas Anders
Dave Shield wrote: >> How do we want to fix this? Introduce a configure check for va_copy and > > Yes, that would probably be sensible. Anyone knows of a ready-to-use (and appropriately licensed) va_copy configure check that does more than just AC_CHECK_FUNC(va_copy)? >> #ifndef HAVE_VA_COPY >>

Re: linking libraries "as-needed"

2006-07-31 Thread Thomas Anders
Dave Shield wrote: > On 30/07/06, Thomas Anders <[EMAIL PROTECTED]> wrote: >> This particular patch unfortunately breaks the build on systems that have >> libcrypto installed in a non-default location, even if you specify >> --with-openssl=/my/path. :-( > > OK - so we need to fix that. > What in p

compatibilities

2006-07-31 Thread Ganesh Hiregoudar
Hi, In 5.3.1, I see that the library version is so.10. In Solaris 10 we have net-snmp libraries with so.5.0.9 Do we have 5.3.1 release is backward compatible ? Does that support ? Is there any provision of re-compiling 5.0.9 libraries in 5.3.1 environment and later ? Please let me know. Regards

Re: persistent data storage

2006-07-31 Thread Dave Shield
On 27/07/06, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > How to write persistent data storage snmpd_store_config(); See (for example) 'system_store' in the file agent/mibgroup/mibII/system_mib.c This covers both how to write data out to persistent storage, how to trigger this (snmp_regis

Re: linking libraries "as-needed" (was: Re: CVS: net-snmp/snmplib Makefile.in, 5.28)

2006-07-31 Thread Dave Shield
On 30/07/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > This particular patch unfortunately breaks the build on systems that have > libcrypto installed in a non-default location, even if you specify > --with-openssl=/my/path. :-( OK - so we need to fix that. What in particular breaks? Dave -

Re: va_copy (was: Re: CVS: net-snmp/snmplib snmp_logging.c,5.25.2.8)

2006-07-31 Thread Dave Shield
On 30/07/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > This patch uses va_copy() without checking that it exists, but AFAICS there's > no > va_copy() in AIX 4.3 and 5.1, for instance, so it breaks the build. I did wonder about that. > How do we want to fix this? Introduce a configure check for

Re: How can upload file for an existing Bug?

2006-07-31 Thread Dave Shield
On 28/07/06, Fong Tsui <[EMAIL PROTECTED]> wrote: > I only see "Add a comment" but no where to find "Upload and Attach a > File:" field as entering new bug has. Are you logged in to SourceForge? When not logged in, I just see the "Add a comment box". When logged in, there's an "Upload and Attach

persistent data storage

2006-07-31 Thread Siva Prakash Reddy G
Title: Message    Hi!     How to write persistent data storage. Is their any tool to generate persistent data storage file for MIB file.After w