Re: 5.2.rc2: fix for MinGW builds

2004-11-02 Thread Andy Smith
Alex Burger wrote: Robert Story (Coders) wrote: Problem: An unconditional config_require adds a file that won't compile for MingW. Solution: Don't config that file for MinGW. I tried rc2 with the patch on MinGW and it compiled fine! As it obviously does not affect non WIN32 systems, and does not

Re: 5.2.rc2: fix for MinGW builds

2004-11-02 Thread Dave Shield
Dave> Given the discussion that this particular patch has triggered, Dave> I'd strongly suggest that it's probably too close to the wire to Dave> risk applying it now. Dave> And if we did, then that would probably mean curring a 5.2.pre3 first. Robert> given the simplicity of the patch, I don't

RE: build.bat error

2004-11-02 Thread Nourdeh, Allen (US SSA)
I run build.bat again after commenting out HAVE_SOCKLEN_T, and disabling SDK support, and now I get this error: cl.exe /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "..\..\snmplib" /I "..\.." /I "..\..\include" /I "..\ ..\agent" /I "..\..\agent\mibgroup" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"

RE: build.bat error

2004-11-02 Thread Nourdeh, Allen (US SSA)
The answer to all questions is Yes! And I am using C++ 6.0. Allen -Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:29 AM To: Nourdeh, Allen (US SSA) Cc: [EMAIL PROTECTED] Subject: Re: build.bat error Nourdeh, Allen (US SSA) wrote: > Y

Re: 5.2.rc2: fix for MinGW builds

2004-11-02 Thread Alex Burger
Robert Story (Coders) wrote: Problem: An unconditional config_require adds a file that won't compile for MingW. Solution: Don't config that file for MinGW. I tried rc2 with the patch on MinGW and it compiled fine! As it obviously does not affect non WIN32 systems, and does not affect MSVC I vote f

enable encryption

2004-11-02 Thread Sven Jonas
Hello, i installed net-snmp v5.1.2 with default configuration. After some work with snmpv2, now, i would like to use snmpv3 with authPriv. I tried some snmpget and snmpset with only authNoPriv and this works fine. Than i tried snmpset with authPriv and i recieved the following error-message: Enc

Re: build.bat error

2004-11-02 Thread Alex Burger
Nourdeh, Allen (US SSA) wrote: But I did install the MS Platform SDK! And I toggled option 1.Platform SDK support to "enabled"!! I followed the instructions in "Installing Platform SDK" section in README.win32. Do I need to restart after installing SDK? I don't think you have to restart but it may

Re: build.bat error

2004-11-02 Thread Alex Burger
Nourdeh, Allen (US SSA) wrote: Yes, I did the Registration... it didn't give any confirmation output though! So, I run it again. It appeared as if nothing was happening!! Does it mean that the registeration went OK? Allen It does not report anything back when you register or unregister. That woul

RE: build.bat error

2004-11-02 Thread Nourdeh, Allen (US SSA)
Yes, I did the Registration... it didn't give any confirmation output though! So, I run it again. It appeared as if nothing was happening!! Does it mean that the registeration went OK? Allen -Original Message- From: Alex Burger [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004

Re: Creating Solaris Packages

2004-11-02 Thread Jason Frank
GNU Make worked just ducky. I'll need today to get the packaging code finished (got some other items on my plate) and hopefully it can be added to CVS. Jason On Nov 2, 2004, at 9:02 AM, Bruce Shaw wrote: I'll add that in. You're absolutely right. I've used /usr/ccs/bin/make. and /usr/xpg4/bin/

RE: Creating Solaris Packages

2004-11-02 Thread Bruce Shaw
I'll add that in. >You're absolutely right. I've used /usr/ccs/bin/make. and /usr/xpg4/bin/make, but haven't built GNU make yet. I'll get that done overnight and see if I don't get better results. Just for the record, this is not documented in README.solaris, and without it, it won't work c

RE: build.bat error

2004-11-02 Thread Nourdeh, Allen (US SSA)
But I did install the MS Platform SDK! And I toggled option 1.Platform SDK support to "enabled"!! I followed the instructions in "Installing Platform SDK" section in README.win32. Do I need to restart after installing SDK? Allen -Original Message- From: Alex Burger [mailto:[EMAIL PROTECT

Re: [bug] snmptrapd 5.1.2: SIGHUP duplicates traphandlers

2004-11-02 Thread Thomas Anders
-Coders, "Patches speak louder than emails." [RS] -- let's have a try. Thomas> However, version 5.1.2 effectively duplicates the traphandler Thomas> registrations on every SIGHUP! Wes> Yes, we need to write a proper free function for all the Wes> registrations... Wes> Dave, it actually shocks me yo

Re: build.bat error

2004-11-02 Thread Alex Burger
Nourdeh, Allen (US SSA) wrote: I am trying to build the net-snmp-5.2.rc2 via MS visual C++ build script “build.bat” and I am getting the following compile error when building the main package. Am I missing a patch or something? Edit win32\net-snmp\net-snmp-config.h and net-snmp-config.h.in and c

build.bat error

2004-11-02 Thread Nourdeh, Allen (US SSA)
I am trying to build the net-snmp-5.2.rc2 via MS visual C++ build script “build.bat” and I am getting the following compile error when building the main package. Am I missing a patch or something?       cl.exe /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "..\..\snmplib" /I "..\.." /I

5.2.rc2: fix for MinGW builds

2004-11-02 Thread Coders
Problem: An unconditional config_require adds a file that won't compile for MingW. Solution: Don't config that file for MinGW. Patch: diff -Naur net-snmp/agent/mibgroup/mibII/interfaces.h net-snmp-mingw32/agent/mibgroup/mibII/interfaces.h--- net-snmp/agent/mibgroup/mibII/interfaces.h 2004-1