svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools

Roman Divacky rdivacky at FreeBSD.org
Sun Dec 12 11:12:31 UTC 2010


On Sat, Dec 11, 2010 at 05:42:23PM +0200, Shteryana Shopova wrote:
> Hi,
> 
> This is now fixed. However I wouldn't expect bsnmpd(1) compiled with
> clang to work - it didn't run last time I checked several months ago,
> and I still get the same error -
> 
> udo /usr/sbin/bsnmpd -d -c /root/snmpd.config
> snmpd[80050]: lm_load: open /usr/lib/snmp_mibII.so: Undefined symbol
> "oid_zeroDotZero"
> snmpd[80050]: init dep failed: 13 1.3.6.1.4.1.12325.1.1.1.6 5.109.105.98.73.73
> snmpd[80050]: error in config file

I see the symbol being defined in snmpd/main.c but I fail to find it in any
(gcc) compiled library - where should it be?

could you show me "readelf -a main.o" for gcc and clang compiled snmp lib?
or at least show me where in the source I can issue "make" to get it :)

thank you!

roman


More information about the svn-src-all mailing list