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