From owner-freebsd-arm@freebsd.org Mon Oct 22 15:25:29 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05868FFFF0E for ; Mon, 22 Oct 2018 15:25:29 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from oneyou.mgm51.net (oneyou.mgm51.net [IPv6:2607:f2f8:af30::100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oneyou.mgm51.net", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFD97F59C for ; Mon, 22 Oct 2018 15:25:28 +0000 (UTC) (envelope-from the.lists@mgm51.com) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:558:6017:94:c582:1d99:a986:7609]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mgm51.net (Postfix) with ESMTPS id 42f0hQ59SczZDyd for ; Mon, 22 Oct 2018 11:25:26 -0400 (EDT) Received: from [IPv6:fdcf:b715:2f4d:1:4035:9c79:a8d7:c4a7] (unknown [IPv6:fdcf:b715:2f4d:1:4035:9c79:a8d7:c4a7]) by sentry.24cl.com (Postfix) with ESMTP id 42f0hP5G3Qz1XwJ for ; Mon, 22 Oct 2018 11:25:25 -0400 (EDT) To: freebsd-arm@freebsd.org From: Mike Subject: 12.0 BETA1 - pkg command error Message-ID: <64148527-b8ca-deff-6042-483fb60f9f2d@mgm51.com> Date: Mon, 22 Oct 2018 11:25:23 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 15:25:29 -0000 I've installed the 12.0 BETA1 on a RPi3. When I try to use the pkg command, I get this error: The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:aarch64/latest, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done Installing pkg-1.10.5_3... Extracting pkg-1.10.5_3: 100% ld-elf.so.1: Shared object "libssl.so.8" not found, required by "pkg" How can I work around it?