Re: Net-Snmp compilation issues on hpux 11.31

2011-02-24 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 24 Fe

Re: Net-Snmp compilation issues on hpux 11.31

2011-02-24 Thread Dave Shield
On 24 February 2011 11:59, Naresh Kumar Panthangi wrote: > I have been doing Net-SNMP build on hpux 11.31 IA system. Which version of the code are you using? > The same issues was discussed and raised bug(ID: 202380: Compilation > problems on HP-UX 11.31). (The bug ID is actually 2023803) Dav

Net-Snmp compilation issues on hpux 11.31

2011-02-24 Thread Naresh Kumar Panthangi
Hi all, I have been doing Net-SNMP build on hpux 11.31 IA system. I came across the below errors = /bin/sh ../../libtool --mode=compile cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/open

Re: net-snmp compilation problem in MinGW

2010-11-25 Thread Ramesh Kumar
Thanks for reply I tried 5.6. ./configure works but when I give make command following error occurs. disman/schedule/schedCore.c:21: error: expected identifier or ‘(‘ before ‘struct’ disman/schedule/schedCore.c:21: error:expected ‘)’ before ‘=’ token make[2]: ***[ disman/schedule/schedCore..

Re: net-snmp compilation problem in MinGW

2010-11-24 Thread Bart Van Assche
On Wed, Nov 24, 2010 at 10:40 AM, Ramesh Kumar wrote: > I am net to net snmp. > I tried to run./configure on net snmp 5.5 library in Windows XP through > MinGW compiler. But I get following error > Have you already tried the same with Net-SNMP 5.6 instead of version 5.5 ? Bart. -

net-snmp compilation problem in MinGW

2010-11-24 Thread Ramesh Kumar
Hello I am net to net snmp. I tried to run./configure on net snmp 5.5 library in Windows XP through MinGW compiler. But I get following error configure: error: socket(2) not found. What is the problem -- Increase Visibil

Re: Net-SNMP compilation error on AIX 5.3.8.3

2010-08-03 Thread Thomas Anders
Dana Kaempen wrote: > In compiling Net-SNMP for AIX 5.3.8.3, I came upon these errors at the > end of the attached make.out file: I take it that you're trying to build Net-SNMP 5.5. What configure options are you using? Do you also have other (earlier) versions of net-snmp installed on your syste

Net-SNMP compilation error on AIX 5.3.8.3

2010-08-03 Thread Dana Kaempen
Good day. In compiling Net-SNMP for AIX 5.3.8.3, I came upon these errors at the end of the attached make.out file: ld: 0711-317 ERROR: Undefined symbol: .shutdown_snmpMPDStats_5_5 ld: 0711-317 ERROR: Undefined symbol: .init_snmpMPDStats_5_5 ld: 0711-345 Use the -bloadmap or -bnoquiet option to

Re: net-snmp compilation including perl module

2010-07-09 Thread Bart Van Assche
On Fri, Jan 29, 2010 at 1:39 AM, Group wrote: > Hi, > > I 'm getting compilation issues, i couldnot proceed from here. > Here are the steps which i ran: > > $ ./configure --with-perl-modules --with-openssl="/usr" > $ make > [Getting errors related to openssl package] > > ->Added -lcrypto to LDLO

Re: net-snmp compilation problem still unresolved

2010-05-11 Thread Bart Van Assche
On Tue, May 11, 2010 at 3:51 AM, Group wrote: > Thanks for the command. I could see the debug messages now. > I have added a new MIB. To add those objects to snmpd. > Do i need to do configure again?. Is there any other way to do this. > You have to write code in order to add support for a new

Re: net-snmp compilation problem still unresolved

2010-05-10 Thread Group
Hi Bart, Thanks for the command. I could see the debug messages now. I have added a new MIB. To add those objects to snmpd. Do i need to do configure again?. Is there any other way to do this. Please let me know. On Sun, May 9, 2010 at 7:11 AM, Bart Van Assche wrote: > On Sat, May 8, 2010 at 10

Re: net-snmp compilation problem still unresolved

2010-05-09 Thread Bart Van Assche
On Sat, May 8, 2010 at 10:25 PM, Group wrote: > My Configuration: > > net-snmp version: net-snmp-5.4.2.1 > environment: cygwin > operating system: windows XP > > > Now i would like to run the snmp agent on windows. > > I created a snmpd.conf file in /usr/local/share/snmp > with following entry: >

Re: net-snmp compilation problem still unresolved

2010-05-08 Thread Group
Hi Bart, Thanks for your reply. i'm able to fix the errors, though, I havent tried with the command which you gave. Now i'm facing another issue, which i mentioned in another post as below:. I'm able to compile the code with basic settings. My Configuration: net-snmp version: net-snmp-5.4.2.1

Re: net-snmp compilation problem still unresolved

2010-05-08 Thread Bart Van Assche
On Fri, May 7, 2010 at 11:59 PM, Group wrote: > My Configuration: > > net-snmp version: net-snmp-5.4.2.1 > environment: cygwin > operating system: windows XP > > ran configure command: > $ ./configure --without-perl-modules --disable-embedded-perl > --without-openssl -with-out-mib-module > s="snm

net-snmp compilation problem still unresolved

2010-05-07 Thread Group
Hi, My Configuration: net-snmp version: net-snmp-5.4.2.1 environment: cygwin operating system: windows XP ran configure command: $ ./configure --without-perl-modules --disable-embedded-perl --without-openssl -with-out-mib-module s="snmpv3mibs ucd_snmp mibII notification utilities disman/event ag

Re: net-snmp compilation including perl module

2010-02-01 Thread Dave Shield
On 30 January 2010 00:02, Group wrote: > Is there any way to avoid compiling Trapreceiver directory by disabling > any module? You could try editting the file "perl/Makefile.PL" and delete "TrapReceiver" from the DIR list.. Dave --

Re: net-snmp compilation including perl module

2010-01-29 Thread Group
Is there any way to avoid compiling Trapreceiver directory by disabling any module? as i'm not using any traps. I just want to bypass the compilation, Please let me know if there is any alternative way. I couldnot proceed any further with this compilation. On Thu, Jan 28, 2010 at 5:39 PM, Group w

net-snmp compilation including perl module

2010-01-28 Thread Group
Hi, I 'm getting compilation issues, i couldnot proceed from here. Here are the steps which i ran: $ ./configure --with-perl-modules --with-openssl="/usr" $ make [Getting errors related to openssl package] ->Added -lcrypto to LDLOADLIBS as...LDLOADLIBS= -lcrypto in Makefiles present in perl/AS

Re: net-snmp compilation problem

2010-01-28 Thread Group
Thanks for your reply. I have already made an unsuccessful attempt with that also. May be, i have to repost regarding perl module. On Thu, Jan 28, 2010 at 8:50 AM, Bart Van Assche wrote: > On Thu, Jan 28, 2010 at 9:50 AM, Group wrote: > >> >> 2. Added -lcrypto to LDLOADLIBS >> as...LDLOADLIBS=

Re: net-snmp compilation problem

2010-01-28 Thread Bart Van Assche
On Thu, Jan 28, 2010 at 9:50 AM, Group wrote: > > 2. Added -lcrypto to LDLOADLIBS > as...LDLOADLIBS= -lcrypto > in Makefiles present in > perl/ASN/Makefile ; OID/Makefile ; SNMP/Makefile ; TrapReceiver/Makefile > agent/default_store/Makefile ; agent/Makefile ; default_store/Makefile > > The abov

Re: net-snmp compilation problem

2010-01-28 Thread Group
Hi, I'm coming up with the same problem as below if i include perl-modules. (i need perl module for mib2c) I tried in two different ways: 1. ran $ make clean $ ./configure --without-perl-modules --disable-embedded-perl --with-openssl="/usr" $ make [Getting same errors as earlier i.e related to op

Re: net-snmp compilation problem [solved]

2010-01-27 Thread Group
Hi Bart, With your configure command as reference, I have tried with ./configure --without-perl-modules --disable-embedded-perl --with-openssl="/usr". I'm able to compile the code with make: These are the last lines of the compilation: ... chmod a+x net-snmp-config touch net-snmp-config-x and fo

Re: net-snmp compilation problem

2010-01-27 Thread Bart Van Assche
On Tue, Jan 26, 2010 at 8:05 PM, Group wrote: > Thanks for your reply. I have cygwin with full installation which includes > all the packages and also the openssl-0.9.8 package came from cygwin. Also, > i have openssl-devel package shown as already installed (This is confirmed > by going through

Re: net-snmp compilation problem

2010-01-26 Thread Group
Thanks for your reply. I have cygwin with full installation which includes all the packages and also the openssl-0.9.8 package came from cygwin. Also, i have openssl-devel package shown as already installed (This is confirmed by going through the setup.exe, and selecting openssl-devel, the status i

Re: net-snmp compilation problem

2010-01-26 Thread Bart Van Assche
On Mon, Jan 25, 2010 at 11:22 PM, Group wrote: > I could see openssl installed from cygwin as (though i haven't explicitly > installed) > $ openssl version > OpenSSL 0.9.8l 5 Nov 2009 > > Is openssl-devel not included in openssl? > If not. Which version do i need to install?. Do we have any versi

Re: net-snmp compilation problem

2010-01-25 Thread Group
I didnot specify any options in configure script. Just ran ./configure Yes, I could see the below messages messages in configure output. On Mon, Jan 25, 2010 at 1:46 AM, Bart Van Assche wrote: > On Mon, Jan 25, 2010 at 3:50 AM, Group wrote: > >> I'm getting compilation error while compiling net

Re: net-snmp compilation problem

2010-01-25 Thread Group
I could see openssl installed from cygwin as (though i haven't explicitly installed) $ openssl version OpenSSL 0.9.8l 5 Nov 2009 Is openssl-devel not included in openssl? If not. Which version do i need to install?. Do we have any version available for cygwin?. Please let me know. Thanks. On Mon

RE: net-snmp compilation problem

2010-01-25 Thread Mike Ayers
> From: Dave Shield [mailto:d.t.shi...@liverpool.ac.uk] > Sent: Monday, January 25, 2010 1:54 AM > 2010/1/25 Group : > > I'm getting compilation error while compiling net-snmp... > > From the error, I guess some package is missing. > > Can any one of you please let me know the package to install >

Re: net-snmp compilation problem

2010-01-25 Thread Dave Shield
2010/1/25 Group : > I'm getting compilation error while compiling net-snmp... > From the error, I guess some package is missing. > Can any one of you please let me know the package to install Given that the errors seem to be talking about encryption protocols, I'd guess that it's probably looking

Re: net-snmp compilation problem

2010-01-24 Thread Bart Van Assche
On Mon, Jan 25, 2010 at 3:50 AM, Group wrote: > I'm getting compilation error while compiling net-snmp by running command > make > > The following is the configuration > operating system: windows vista > environment: cygwin > net-snmp version: net-snmp-5.5 > > I have looked through the mailing-li

net-snmp compilation problem

2010-01-24 Thread Group
Hi, I'm getting compilation error while compiling net-snmp by running command make The following is the configuration operating system: windows vista environment: cygwin net-snmp version: net-snmp-5.5 I have looked through the mailing-list but couldnot get any lead. From the error, I guess some

Re: net-snmp compilation is failing

2007-04-02 Thread Dave Shield
On 29/03/07, Santosh Pradhan <[EMAIL PROTECTED]> wrote: > could you please let me know where i can get the beecrypt-devel bundle for > the RHEL3 ? It should be on your RHEL CDs or DVD. This is part of the standard RedHat distribution. (It's simply not installed by default). Dave

Re: net-snmp compilation is failing

2007-03-29 Thread Santosh Pradhan
Thanks Less, could you please let me know where i can get the beecrypt-devel bundle for the RHEL3 ? thanks in advance :-) regards/santosh On 3/29/07, Les Mikesell <[EMAIL PROTECTED]> wrote: Santosh Pradhan wrote: > Hi, > i am santosh and new to this. I just downloaded the net-snmp-5.4 src > c

Re: net-snmp compilation is failing

2007-03-29 Thread Les Mikesell
Santosh Pradhan wrote: > Hi, > i am santosh and new to this. I just downloaded the net-snmp-5.4 src > code from the sourceforge.net . > my linux box is RHEL3. After i run the ./configure script, i did the > make. But it is failing with > the following error message :- > >

Re: net-snmp compilation is failing

2007-03-29 Thread Hrvoje Habjanić
On Thursday 29 March 2007, Santosh Pradhan wrote: [snip] > libtool: link: cannot find the library `/usr/lib/libbeecrypt.la' or > unhandled argument `/usr/lib/libbeecrypt.la' > make[1]: *** [snmpd] Error 1 > make[1]: Leaving directory `/root/download/net-snmp-5.4/agent' > make: *** [subdirs] Error 1

net-snmp compilation is failing

2007-03-29 Thread Santosh Pradhan
Hi, i am santosh and new to this. I just downloaded the net-snmp-5.4 src code from the sourceforge.net. my linux box is RHEL3. After i run the ./configure script, i did the make. But it is failing with the following error message :- Error message :- snmpd.c:948: warning: assignment d

Re: net-snmp compilation

2006-09-27 Thread Dave Shield
On 07/09/06, Vlad Shafransky <[EMAIL PROTECTED]> wrote: > I'm writing some agent application on RHL and using > net-snmp-5.3.0.1-1.EL.4. I'm using table witch means that I need > handlers etc. I need only snmp table managing and basic operations of > snmp (like send trap and receive get command).

net-snmp compilation

2006-09-07 Thread Vlad Shafransky
Hello everybody!! I'm writing some agent application on RHL and using net-snmp-5.3.0.1-1.EL.4. I'm using table witch means that I need handlers etc. I need only snmp table managing and basic operations of snmp (like send trap and receive get command). I want to use SNMP API without dependency on

Re: net snmp Compilation problem

2006-01-17 Thread Dave Shield
On Mon, 2006-01-16 at 14:56 +, shekar vajravelu wrote: > I want to load net snmp to my system which runs linux 7.3. I > downloaded the software in windows, used winzip to unzip the > sourcecode, then copied all the files to linux. It's probably safer to unpack things on Linux, if that's where

net snmp Compilation problem

2006-01-16 Thread shekar vajravelu
Hello Sir, I am Shekar from india, I want to load net snmp to my system which runs linux 7.3. I downloaded the software in windows, used winzip to unzip the sourcecode, then copied all the files to linux. where I executed the command "configure" as follows, I got following errors. so help me by g

Re: help me in net-snmp compilation

2005-06-21 Thread Robert Story
On Tue, 14 Jun 2005 08:00:35 -0700 (PDT) sivaram wrote: SK>apart from that if i am trying to add any module SK> with options --enable-mini-agent and SK> --with-mib-modules I am unable to port it on the SK> board(mips)(It's compiling properly but not executing SK> on the board i.e deamon is runn

help me in net-snmp compilation

2005-06-16 Thread sivaram krishna
hai I am working with net-snmp5.1.2 I am trying to cross compile it to mips Initially I have selected --enable-mini-agent in configuration and I have compiled. I am getting SNMPv2-MIB,SNMP-FRAME-WORK-MIB , SNMP-MPD-MIB ,SNMP-USER-BASED-SM-MIB, SNMP-VIEW-BASED-ACM-MIB mibs. apa

net-snmp compilation under win32

2005-06-16 Thread POSCHMANN, WERNER - PFHO
HI,   I have problems compiling net-snmp V 5.2.1.1 under MS Visual C++ 6.0.   I installed the source package 5.2.1 and than the binaries. There are not enough include files in the binary distribution for compilation. Prior I installed the PSDK too like it was posted in the help file.

Re: net-snmp compilation problem

2005-06-16 Thread Dave Shield
On Thu, 2005-06-16 at 00:25, Robert Story wrote: > This is almost certainly a quoting issue. What does line 97 of > agent/mibroup/ucd-snmp/versioninfo.c look like? It's the configure options problem again! How did you originally run "configure" ? If you specified a list of MIB modules to include

Re: net-snmp compilation problem

2005-06-15 Thread Robert Story
On Tue, 14 Jun 2005 20:01:31 +0200 TFC wrote: T> I'm trying to compile net-snmp 5.2.1 what platform? T> I'm always getting an error during the make process: T> T> ucd-snmp/versioninfo.c: In function `var_extensible_version': T> ucd-snmp/versioninfo.c:97: error: `usr' undeclared (first use in thi

net-snmp compilation problem

2005-06-14 Thread TFC
Hello I'm trying to compile net-snmp 5.2.1 I'm always getting an error during the make process: making all in /usr/server/abs/local/net-snmp/src/net-snmp-5.2.1/snmplib make[1]: Entering directory `/usr/server/abs/local/net-snmp/src/net-snmp-5.2.1/snmplib' make[1]: Leaving directory `/usr/server