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 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 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 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: 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