Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"

From: Mark Felder <feld_at_FreeBSD.org>
Date: Mon, 23 Feb 2015 15:44:25 -0600
On Mon, Feb 23, 2015, at 12:43, Miguel Clara wrote:
> I don't think this is a 11-Current issue per say but probalby bad config,
> but since I'm using CURRENT I dicided to post to the list.
> 
> When my system boots dnscrypt fails to start with:
> 
> Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"
> 
> But manual start works without issue, I've resinstalled libsodium and
> dnscrypt from ports and I noticed "USE_LDCONFIG=   yes" is present in the
> Makefile for libsodium,
> 
> Running dmesg -a I see this relvant part:
> % dmesg -a | grep dns -A20
> Starting dnscrypt_proxy.
> Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy"
> /etc/rc: WARNING: failed to start dnscrypt_proxy
> Starting local_unbound.
> Starting pflogd:
> Starting pflog.
> pflog0: promiscuous mode enabled
> Enabling pfNo ALTQ support in kernel
> ALTQ related functions disabled
> No ALTQ support in kernel
> ALTQ related functions disabled
> .
> add net fe80::: gateway ::1
> add net ff02::: gateway ::1
> add net ::ffff:0.0.0.0: gateway ::1
> add net ::0.0.0.0: gateway ::1
> add net default: gateway fe80::62a4:4cff:fe28:13c0%wlan0
> Waiting 30s for the default route interface: .....(no carrier)
> ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
> /usr/local/lib/compat /usr/local/lib/gcc47 /usr/local/lib/libxul
> /usr/local/lib/nss /usr/local/llvm35/lib
> 32-bit compatibility ldconfig path: /usr/lib32 /usr/local/lib32/compat
> 
> So it seems that the issue is that ldconfig runs after the service is
> started and so when it starts I doens't know about the shared lib (or
> where
> to look for it)
> 
> How can I fix this behaviour?
> 

If you edit the dnscrypt-proxy rc script to say:

# REQUIRE: SERVERS cleanvar ldconfig

Does that help?
Received on Mon Feb 23 2015 - 20:53:00 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:55 UTC