Re: Port to embedded platform

2009-06-16 Thread John Anderson
th-ln=/opt/crosstool/powerpc-linux/bin/powerpc-405-linuc-gnu-ln \ --with-ldflags=$LDFLAGS \ --with-endianness=big \ --disable-embedded-perl \ --with-mib-modules="coretecMIB CORETEC-MIB/vcxSCTable/vcxSCTable CORETEC-MIB/osdTable/osdTa

Re: How to cross-compile net-snmp in cygwin

2009-02-18 Thread John Anderson
> > 2009/2/13 mmlucky Im : >> Thanks Dave. I ran "make install", but I didn't see an executable snmpd >> under /agent. > > No - the point of "make install" is to install the software (including the > agent binary) into the configured destination . You should look for > it there, not in the 'agen

Re: How to cross-compile net-snmp in cygwin

2009-02-13 Thread John Anderson
-ldflags=$LDFLAGS \ --with-endianness=big \ --disable-embedded-perl \ --with-mib-modules="coretecMIB CORETEC-MIB/vcxSCTable/vcxSCTable CORETEC-MIB/osdTable/osdTable" John Anderson From: mmlucky Im Sent: Friday, February 13, 2009 12:15 PM To: net-

Problem with using pthread library

2008-11-13 Thread John Anderson
te with another app that sends/recvs the parameters. I could redesign it to not use threads but the code has already been used a tested so I would rather keep it as is. My solution was to edit net-snmp-config.h after running configure and undoing those defines.

MIB handler can get but not set

2007-10-01 Thread John Anderson
I'm implemented MIBs for our device. It's net-snmp crosscompiled to PPC. I compiled our MIB file with mib2c and rebuilt snmpd with it configured. - I can query all my MIBs just fine, but when I try and set them I get back error 6 (NO_ACCESS). - Debugging I see that I get error 4 (VACM_NOVI

RE: ./configure cannot find openssl

2006-12-29 Thread John Anderson
>> 1) Using rpm -qa openssl returns: openssl-0.9.7d-15.21, See if you can find a -dev package for your version of openssl. It's been a while since I've used an RPM based distro, but it looks like openssl-version-dev isn't installed. If you don't have /usr/include/openssl/* or /usr/local/include

Agent confusion.

2006-09-26 Thread John Anderson
Greetings,   I’m writing an SNMP agent for some MySQL statistics. After reading the tutorials and looking at the list archives, I’m still a little confused on a couple of points.  I’m hoping some of you can help clear this up for me.   I figured out how to write the MIB file and I’m abl