This is a discussion on Error during compilation without system group within the SNMP Users forums, part of the Networking and Network Related category; Hi All, I am using net-snmp-5.2.1.2, I want to exclude system mib and I am ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
I am using net-snmp-5.2.1.2, I want to exclude system mib and I am planning to provide my own system group implementation. While configuring I used the following option to exclude system mib group. ../configure --prefix=3D/home/sasb/testsystem/netsnmp --with-out-mib-modules=3D"mibII/system_mib" When I complied using 'make' I got the following error. gcc -g -O2 -Dlinux -o .libs/snmpd snmpd.o ./.libs/libnetsnmpmibs.so ../.libs/libnetsnmpagent.so helpers/.libs/libnetsnmphelpers.so .../snmplib/.libs/libnetsnmp.so -ldl -lcrypto -lm -Wl,--rpath -Wl,/home/sasb/testsystem/netsnmp/lib ../.libs/libnetsnmpagent.so: undefined reference to `version_sysoid' collect2: ld returned 1 exit status make[1]: *** [snmpd] Error 1 make[1]: Leaving directory `/home/sasb/testsystem/net-snmp-5.2.1.2/agent' make: *** [subdirs] Error 1 Is that I am missing some thing here. Regards, Sasikumar.B=20 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |