From owner-freebsd-arm@freebsd.org Mon Oct 22 15:30:28 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 470F0100842B for ; Mon, 22 Oct 2018 15:30:28 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8F447FA1D for ; Mon, 22 Oct 2018 15:30:27 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id F3AE521FC9; Mon, 22 Oct 2018 11:30:26 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Mon, 22 Oct 2018 11:30:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=message-id:from:to:cc:mime-version :content-transfer-encoding:content-type:subject:in-reply-to:date :references; s=fm3; bh=5ilJCHcychXZHUiyUUtswD/NFyxA8eDtbSc0poFOi Ic=; b=LYyrfuda5GIWCuH9pisTphqQHJskGUM3jdWq+VVoyo1WUxefIYTp9JgzX Nr8MUWYSgeghhokyNweraWbt5aEWCUbMwyB9NjV/J5yEHLBKn2gVw/MP14bShSVp kipMJ7dvM0AusCEomXgvo4Bz+dOnHog2cDHG2uU91yLVbOuPkTVBYFqZlGLQLUt9 gQ01uEKkq2RernS6yTuir0Bhzd0SbCQVnULCJCdW9Z444h+07UpuuOgsoRuHLxmP 4TWsXQlxpOfkezAuPXpMUJEx7DZ5WHgjFLEKf3Z9SkYHiemBBTF1VuQrVj5pv0pr tfOclXokeP1pOz9ZJYSyrTQvBKrgg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=5ilJCHcychXZHUiyUUtswD/NFyxA8eDtbSc0poFOi Ic=; b=ufwdRkhNlmOnFvMGPgR+VcxBRSkz8mEohfeefJPWf4c8LqcOGFPT3fbIs BtwYdpSVKdhDVGhPZZyZWp5U4XxIXIOOIIGvxrhPafg8ibWED2VRIxOf+8RzNBxQ WuIb913nw+l7/w/9irjuaZabWX2RN1tCqUDWbojT2nb4miNch1uJ15o4t0qw2Dmv dT4KI7MtBB9DQEF6xaEhm+VJYX5L+HcxmlG5xyU4fnx/UtuiM3lZOVtqD/zFNQp2 ptO9fuGqdQn4Bt0JDgqmTfFKOsQFi/vThx8iT8Zv38S2/ypL93bc/NBHb07Nsx3Z 17OCZ5Thm8rCjgZQkU1YuIEWz88WQ== X-ME-Sender: X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 99) id D83C64274; Mon, 22 Oct 2018 11:30:25 -0400 (EDT) Message-Id: <1540222225.2684343.1550519584.308D8BA8@webmail.messagingengine.com> From: Hyun Hwang To: Mike Cc: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b315a288 Subject: Re: 12.0 BETA1 - pkg command error In-Reply-To: <64148527-b8ca-deff-6042-483fb60f9f2d@mgm51.com> Date: Mon, 22 Oct 2018 11:30:25 -0400 References: <64148527-b8ca-deff-6042-483fb60f9f2d@mgm51.com> 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:30:28 -0000 On Monday, October 22, 2018, 11:25 AM (UTC-0400), "Mike via freebsd-arm" wrote: > > 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? > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" Hi, I have experienced this too on RPi 2. When I manually compiled pkg out of ports-mgmt/pkg, the error went gone. Probably still some fallout after OpenSSL 1.1.1. So yeah, try to build one yourself instead of getting the prebuilt binary. -- Hyun Hwang