Date: Mon, 05 Nov 2018 09:35:43 +0100 From: "Herbert J. Skuhra" <herbert@gojira.at> To: "Michael W. Lucas" <mwlucas@michaelwlucas.com> Cc: current@freebsd.org Subject: Re: unbound error: Undefined symbol "sldns_key_EVP_load_gost_id" Message-ID: <878t27j50g.wl-herbert@gojira.at> In-Reply-To: <20181104190739.GA78970@mail.michaelwlucas.com> References: <20181104190739.GA78970@mail.michaelwlucas.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 04 Nov 2018 20:07:39 +0100, "Michael W. Lucas" wrote: > > Hi, > > Haven't seen this reported yet, so here it is. Found on last week's > world, rebuild last night and still there. Worth filing a bug? > > storm~;uname -a > FreeBSD storm 13.0-CURRENT FreeBSD 13.0-CURRENT r339863 GENERIC amd64 > > Trying to run unbound, and: > > storm~;sudo unbound -dd > ld-elf.so.1: /usr/sbin/unbound: Undefined symbol "sldns_key_EVP_load_gost_id" > > The voices in my head mutter it's something about OpenSSL. But they're > usually wrong. > > Here's my unbound.conf, just in case: > > --- > root-hints: "named.cache" > access-control: 0.0.0.0/0 allow > --- You are obviously running an old unbound binary. Did you forget to run 'make delete-old(-libs)'? Try /usr/sbin/local-unbound. --- r333573 | des | 2018-05-12 19:10:36 +0200 (Sat, 12 May 2018) | 4 lines Rename all Unbound binaries and man pages from unbound* to local-unbound*. PR: 222902 --- -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?878t27j50g.wl-herbert>