From owner-freebsd-arm@freebsd.org Wed Dec 16 15:48:51 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A2BCA49B36; Wed, 16 Dec 2015 15:48:51 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from smtp-sofia.digsys.bg (smtp-sofia.digsys.bg [193.68.21.123]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smtp-sofia.digsys.bg", Issuer "Digital Systems Operational CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 172201F8C; Wed, 16 Dec 2015 15:48:49 +0000 (UTC) (envelope-from daniel@digsys.bg) Received: from [193.68.6.100] ([193.68.6.100]) (authenticated bits=0) by smtp-sofia.digsys.bg (8.14.9/8.14.9) with ESMTP id tBGFIkYO088720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Dec 2015 17:18:46 +0200 (EET) (envelope-from daniel@digsys.bg) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: "libssl.so.8" not found From: Daniel Kalchev In-Reply-To: <20151214153517.GB49345@corpmail.liquidneon.com> Date: Wed, 16 Dec 2015 17:18:51 +0200 Cc: Warner Losh , Ronald Klop , freebsd-arm , Matthias Apitz , FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: References: <20151214071840.GA3771@c720-r285885-amd64> <20151214153517.GB49345@corpmail.liquidneon.com> To: Brad Davis X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 15:48:51 -0000 > On 14.12.2015 =D0=B3., at 17:35, Brad Davis wrote: >=20 >=20 > Or just use pkg-static. :) >=20 I always wondered, why pkg is not static ONLY. That eliminates the = chicken/egg dilemma.=20 Yes, you eliminate the friendly reminder that your system is out of sync = with the FreeBSD package building platforms, but still=E2=80=A6 Daniel=