Re: Compiling Net-SNMP with TLS and DTLS Support

2021-02-28 Thread Craig Small
On Wed, 24 Feb 2021 at 01:59, Simon Chamlian wrote: > When these flags (--with-security-modules and --with-transports) are not > specified, what does snmpv3 uses by default? > The default set of security modules is defined in configure.d/config_modules_security_modules and is just usm. USM is th

Re: compiling net-snmp based sub-agent using C++ compiler(CC)

2011-01-24 Thread sujata patra
Thanks /MF . I hope , I have to provide extern 'c' linkage for the net-snmp header file inclusion. From: Magnus Fromreide To: sujata patra Cc: [email protected] Sent: Mon, January 24, 2011 1:45:37 PM Subject: Re: compiling net-

Re: compiling net-snmp based sub-agent using C++ compiler(CC)

2011-01-24 Thread Magnus Fromreide
On Sun, 2011-01-23 at 22:47 -0800, sujata patra wrote: > Hi, > > Is it possible to develop the sub-agent code using C++(CC) compiler? > mib2c generated code is a .c extention. I like to rename it to cpp and > likes to build using cpp compiler. Yes. /MF (who have such a sub-agent as well)

Re: Compiling net-snmp

2009-03-23 Thread Anirudh Srinivasan
I downloaded the net-snmp tar file then , untared it and did ./configure . Next i did make and make install. Is that all i need to do ? But i dont see snmpd.conf file in /etc and also no snmp daemon. Please help me how to move futher . Thanks in adv On Mon, Mar 23, 2009 at 12:00 AM, Anirudh Srini

RE: Compiling net-snmp

2009-03-22 Thread sazid.mahammad
Hi Anirudh, For rpm installation if you are getting lots of dependency, you can go for yum installation, it'll download and install all the dependencies Yum install <> If you want to compile yourself, go through readme Thanks and regards, sazid From: Anirudh Srinivasan [mailto:

Re: compiling net-snmp-5.4.1.2 for HP-UX 11.11

2008-07-10 Thread Thomas Anders
Thompson, Nathan wrote: > I am having trouble compiling the code on HP-UX. > Can someone guide me on how to compile this on HP-UX so I can create a > new snmptrapd executable with the above change? Would you mind sharing the details of your build problems with us to enable us to actually help

Re: Compiling Net-SNMP on Intel based Mac - OSX 10.4.7

2006-11-30 Thread Thomas Anders
Antonio L. Leding wrote: > I am wondering if anyone out there has compiled Net-SNMP for an Intel based > Mac running OSX 10.4.x? If not, could anyone point me in the right > direction for a How-To or a tutorial on how to generally compile and then I > can try to figure it out for this machine? Pl

RE: compiling Net-SNMP for powerpc_405 target machine

2005-08-03 Thread Giulianelli, Danilo (Danilo)
Sam,   The important thing is that you must set the --host option to "ppc-ibm-linux"  and precede the configure call with CC=ppc_405-gcc (note the capital letters). Anyway here's the makefile I'm using to cross compile net-snmp on my ppc_405 board:   # CFLAGS

Re: Compiling Net-SNMP with Mingw based Bloodshed Dev-C++?

2005-05-18 Thread Alex Burger
Hi Ekkehard. Ekkehard Domning wrote: -MinGW with MSYS using configure I will check this. I would like to use Bloodshed, because is has an IDE etc. Meanwhile I solved the problem from my first post, but found new problems :-( To solve the problem > 1540 D:\Misc\net-snmp-5.2.1\win32\net-snmp\net-s

Re: Compiling Net-SNMP with Mingw based Bloodshed Dev-C++?

2005-05-17 Thread Ekkehard Domning
Hello Alex, sorry for thne late answer, but I was very busy in different task last weeks. Date: Tue, 03 May 2005 12:16:22 -0400 From: Alex Burger <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: [email protected] Subject: Re: Compiling Net-SNMP with Mingw based Bloodshed

Re: Compiling Net-SNMP with Mingw based Bloodshed Dev-C++?

2005-05-03 Thread Alex Burger
Ekkehard Domning wrote: Hello, while I was able to compile net-snmp with M$C and cygwin, I had no success with compiling with Mingw based Bloodshed Dev-C++. The compiler stops in net-snmp-config.h (Line 1540) 1540 D:\Misc\net-snmp-5.2.1\win32\net-snmp\net-snmp-config.h syntax error before "uint32

RE: Compiling Net-SNMP with Mingw based Bloodshed Dev-C++?

2005-05-03 Thread Penz, Bernhard
Hi, The error message would have helped, but I guess that your compiler does not define the Win32 types. In your case, it is the line "typedef unsigned __int32 uint32_t" it complains about. My guess is that the microsoft type __int32 is not defined. Bernhard > -Original Message- > From:

Re: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Robert Story
On Thu, 7 Apr 2005 10:42:55 -0600 Philip wrote: PG> And with your further verbiage/research you did - I tend to agree, it is PG> almost certain that IF-MIBS is only supported/ported under Linux. Sorry for the late response.. Dave is right, it is Linux only. If you'd like to work on the AIX port, I

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
inal Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 10:29 AM To: Philip Greer Cc: [email protected]; Tom Holton; [EMAIL PROTECTED] Subject: RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1 On Thu, 2005-04-07 at 17:17, Philip Greer wrote:

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 17:17, Philip Greer wrote: > H might be. But - what I am seeing is that those symbols > are present within the libraries (for the most part) that are > created during the compile. Doing a strings on the library > ./.libs/libnetsnmpmibs.a and grepping for the functions

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
18 CELL: 303-668-3391 FAX: 303-841-4392 http://www.paragonsg.com IBM Certified Advanced Technical Expert -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 8:01 AM To: Philip Greer Cc: [email protected]; Tom Holton; [EMAIL PROTECTED] Su

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Dave Shield
On Thu, 2005-04-07 at 14:39, Philip Greer wrote: > No go on the manual compile working with dual entries of the libs. Any other > thoughts? > ./.libs/libnetsnmpmibs.a(interface_common.o): In function > `netsnmp_access_interface_init': > if-mib/data_access/interface_common.c:80: undefined referen

RE: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-07 Thread Philip Greer
Technical Expert -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 11:42 AM To: Philip Greer Cc: [email protected]; Tom Holton; [EMAIL PROTECTED] Subject: Re: Compiling net-snmp 5.2.1 under AIX 5.3 ML1 >>>>

Re: Compiling net-snmp 5.2.1 under AIX 5.3 ML1

2005-04-05 Thread Wes Hardaker
> On Thu, 31 Mar 2005 15:40:53 -0700, "Philip Greer" <[EMAIL PROTECTED]> > said: Philip> gcc -g -O2 -Daix5 -o snmpd snmpd.o ./.libs/libnetsnmpmibs.a Philip> ./.libs/libnetsnmpa gent.a helpers/.libs/libnetsnmphelpers.a Philip> ../snmplib/.libs/libnetsnmp.a -ldl -lm -lperfstat Philip> ./.li