From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 04:08:02 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1F92A90 for ; Tue, 24 Feb 2015 04:08:02 +0000 (UTC) Received: from mail-ie0-x22f.google.com (mail-ie0-x22f.google.com [IPv6:2607:f8b0:4001:c03::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84A5E2E1 for ; Tue, 24 Feb 2015 04:08:02 +0000 (UTC) Received: by iecar1 with SMTP id ar1so29072587iec.11 for ; Mon, 23 Feb 2015 20:08:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Cejujaah6z1YlczeOoO7Cf1FnBVo6oBKASU5pfsA1P4=; b=QPIZxD7iokTbBqxL6zIqd/j1C4oR6EpnK07474ar+Tjz0FHtvjIZZmO4xT6lztmgEv +W6LmjIvfAxwlui4K6VaPp2Nci4HcapiwDfDOPOOpbP6PWF9HZTEO3rXuLMrqeZUvka5 qb8VumNOsYvvtTkxNYZIaU5womuKER7w8sCNnhK8PoDy0lAkQ3LYjUqK6MK4I6Ignn4M eKTzhJbcyMXzJYKZ3gGSoeTIFcLUHLhOeByn3NjONEkIcXLOF4LZ23RqJg5JoB9Ichr6 pmnxxZFcXm75WInN15Y2yQO2WEWwYZM6x/fTZaWkon+ydk1RLMjmDBQ28v/P+Oiw6Odw DIKg== X-Received: by 10.50.73.99 with SMTP id k3mr17342428igv.21.1424750881979; Mon, 23 Feb 2015 20:08:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.120.35 with HTTP; Mon, 23 Feb 2015 20:07:41 -0800 (PST) In-Reply-To: References: From: Miguel Clara Date: Tue, 24 Feb 2015 04:07:41 +0000 Message-ID: Subject: Re: Shared object "libsodium.so.13" not found, required by "dnscrypt-proxy" To: NGie Cooper Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 04:08:02 -0000 On Tue, Feb 24, 2015 at 1:18 AM, NGie Cooper wrote: > On Mon, Feb 23, 2015 at 10:43 AM, 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, > > ... > > What does dnscrypt-proxy REQUIRE? > Fro the rc.d instead by the port cat /usr/ports/dns/dnscrypt-proxy/files/dnscrypt-proxy.in |grep REQUIR # REQUIRE: SERVERS cleanvar And this is what I've tried but no luck cat /usr/local/etc/rc.d/dnscrypt-proxy |grep REQUIRE # REQUIRE: SERVERS cleanvar ldconfig