Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 2010 12:12:28 +0100
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Shteryana Shopova <syrinx@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, Pawel Worach <pawel.worach@gmail.com>, ed@FreeBSD.org, Garrett Cooper <gcooper@FreeBSD.org>, svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org
Subject:   Re: svn commit: r216295 - in head/usr.sbin/bsnmpd: . tools tools/bsnmptools tools/libbsnmptools
Message-ID:  <20101212111228.GA52492@freebsd.org>
In-Reply-To: <AANLkTinTeeLD80eMRPdR6tigvsSSmpAefBHvaWn_VGRS@mail.gmail.com>
References:  <201012081430.oB8EUP8J006067@svn.freebsd.org> <5A7A3A47-18EF-4634-AA83-1501EF433A57@gmail.com> <AANLkTim1r-aY1cBALEOxOms=0U==g7dwtzdpWHG5%2BPbP@mail.gmail.com> <AANLkTinTeeLD80eMRPdR6tigvsSSmpAefBHvaWn_VGRS@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101212111228.GA52492>