Date: Mon, 23 Feb 2015 21:31:47 -0800 From: Garrett Cooper <yaneurabeya@gmail.com> To: Miguel Clara <miguelmclara@gmail.com> Cc: freebsd-current <freebsd-current@freebsd.org> Subject: Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy" Message-ID: <64AF7708-217B-4AC0-A47A-AD1B0BFF7EDC@gmail.com> In-Reply-To: <B506CD41-42F8-4DAF-B2D3-B09C70A2A28D@gmail.com> References: <CADGo8CURnvyLD55zs5m=hgrG9g6xct0q4ZMSNiY%2BzLA1GBi0Ug@mail.gmail.com> <CAGHfRMC1_jRQxkxu-aaJJBvqb8oPvOrCiJwOWhLsR1A81YKrEw@mail.gmail.com> <CADGo8CWyyFJXR5fD%2BYe%2BSynzH0mqfh3Fsx8ULmQzOxTwR0Bd8A@mail.gmail.com> <FF6DD5BB-7D15-4224-8EF5-DA1C89908B1B@gmail.com> <B506CD41-42F8-4DAF-B2D3-B09C70A2A28D@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_E33A2735-4ED9-43B2-A66C-B4A6D469C437 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Feb 23, 2015, at 21:29, Miguel Clara <miguelmclara@gmail.com> wrote: > On February 24, 2015 5:10:35 AM WET, Garrett Cooper = <yaneurabeya@gmail.com> wrote: >> On Feb 23, 2015, at 20:07, Miguel Clara <miguelmclara@gmail.com> = wrote: >>=20 >>> On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper <yaneurabeya@gmail.com> >> wrote: >>> On Mon, Feb 23, 2015 at 10:43 AM, Miguel Clara >> <miguelmclara@gmail.com> 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. >>>>=20 >>>> When my system boots dnscrypt fails to start with: >>>>=20 >>>> Shared object "libsodium.so.13" not found, required by >> "dnscrypt-proxy" >>>>=20 >>>> But manual start works without issue, I've resinstalled libsodium >> and >>>> dnscrypt from ports and I noticed "USE_LDCONFIG=3D yes" is = present >> in the >>>> Makefile for libsodium, >>>=20 >>> ... >>>=20 >>> What does dnscrypt-proxy REQUIRE? >>>=20 >>>=20 >>> Fro the rc.d instead by the port >>> cat /usr/ports/dns/dnscrypt-proxy/files/dnscrypt-proxy.in |grep >> REQUIR >>> # REQUIRE: SERVERS cleanvar >>>=20 >>>=20 >>> And this is what I've tried but no luck >>> cat /usr/local/etc/rc.d/dnscrypt-proxy |grep REQUIRE >>> # REQUIRE: SERVERS cleanvar ldconfig >>=20 >> Yeah, SERVERS comes waaaay after ldconfig. >>=20 >> What does `ldconfig -rv | grep libsodium` say? >=20 > 488:-lsodium.13 =3D> /usr/local/lib/libsodium.so.13 >=20 > and after boot I can star the service fine.. ldconfig seems to kick = in just before dbus which REQUIRES it.=20 What do the following commands say? rcorder /etc/rc.d/* /usr/local/etc/rc.d/* >/dev/null rcorder /etc/rc.d/* /usr/local/etc/rc.d/* | awk = =91/SERVERS|cleanvar|ldconfig|dbus/ { print NR, $0 }=92 --Apple-Mail=_E33A2735-4ED9-43B2-A66C-B4A6D469C437 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJU7AzEAAoJEMZr5QU6S73exq8H+wbjy89uECC7m+5v2utX/TOh pZWS2TKrMu02iM0mSC4KLjtihxw8olsLHP7ZPaUm2c9WKXoJaVRciu8pY6s5YebE XiBzGP0ZxLEHO31U0nPyY9qgbnjobxkXsDVb9XaVac2ev4zr6IgembybWJssk9qZ LCB/w3W++p8Oz91vO2idPKid02DRfnuOFQHOz+LRh0JddXfWS9DnScNMFdFFnYmx bkkncyeGRW7EkzppJUibSmQybn4plg6m6PdFWgzHdOSSk/sBYMacZEN3FA1i5kiO RY/AHQGSFi1RfNtNZ5WmbONJont4hjLdGMFisLB0VEyDtJZCl+Pp17YNyGexi5U= =Aqgz -----END PGP SIGNATURE----- --Apple-Mail=_E33A2735-4ED9-43B2-A66C-B4A6D469C437--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?64AF7708-217B-4AC0-A47A-AD1B0BFF7EDC>