unbound error: Undefined symbol "sldns_key_EVP_load_gost_id"

Herbert J. Skuhra herbert at gojira.at
Mon Nov 5 08:35:53 UTC 2018


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


More information about the freebsd-current mailing list