From owner-freebsd-arm@freebsd.org Mon Dec 14 09:21:32 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 D2DBCA4214E; Mon, 14 Dec 2015 09:21:32 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C6311445; Mon, 14 Dec 2015 09:21:32 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1a8PJs-0003KS-6z; Mon, 14 Dec 2015 10:21:29 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Russell Haley" , "Matthias Apitz" Cc: freebsd-arm , freebsd-current@freebsd.org Subject: Re: "libssl.so.8" not found References: <20151214071840.GA3771@c720-r285885-amd64> Date: Mon, 14 Dec 2015 10:21:22 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/1.0 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: - X-Spam-Score: -1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.2 X-Scan-Signature: 98cd051f671ee36aeaf0d6c34a549736 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: Mon, 14 Dec 2015 09:21:32 -0000 On Mon, 14 Dec 2015 10:11:35 +0100, Ronald Klop = wrote: > On Mon, 14 Dec 2015 08:18:40 +0100, Matthias Apitz = = > wrote: > >> El d=C3=ADa Sunday, December 13, 2015 a las 10:40:22PM -0800, Russell= Haley = >> escribi=C3=B3: >> >>> Hi There, >>> >>> I am trying to bring up an Arm image off the FreeBSD website for my >>> hummingboard. The problem seems to be when I run pkg the system = >>> installs >>> the latest version - 1.6.2, and then fails with: >>> >>> Shared object "libssl.so.8" not found, required by "pkg" >>> >>> I've seen this in NextBSD, and DesktopBSD and even on my previous ar= m = >>> image >>> but I was able to get around the problem by creating links from = >>> libssl.so.7 >>> to libssl.so.8. >> >> I have had the same issue on r285885 with ports as well from July thi= s >> year and pkg 1.5.5 ... I accidently updated pkg to 1.6.x which could = not >> find libssl.so.8; I forced back to 1.5.5 with an older pkg-static and= = >> now pkg >> complains about it database, but still works: >> >> $ pkg info pkg >> pkg: warning: database version 32 is newer than libpkg(3) version 31,= = >> but still compatible >> pkg-1.5.5 >> >> I don't know why pkg 1.6.2 was produced with this recent libssl.so.8;= it >> should have been done more conservative, IMHO >> >> matthias >> > > I had the same problem on my amd64 laptop. Your FreeBSD version is too= = > old. Upgrading the FreeBSD base will give you the new libssl version. = = > After that you can upgrade your packages. > > What version of FreeBSD is running on this hummingboard? I guess = > 11-CURRENT. Probably ssl was upgraded in FreeBSD and the new packages = = > are build on this newer version. In 10-STABLE this is kept backwards = > compatible, but in 11-CURRENT you have to keep up yourself. > > Regards, > > Ronald. It has to do with this message in /usr/src/UPDATING: https://svnweb.freebsd.org/base/head/UPDATING?r1=3D290206&r2=3D290207&pa= threv=3D292177&