Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 06:03:25 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        Ronald Klop <ronald-lists@klop.ws>
Cc:        Russell Haley <russ.haley@gmail.com>, Matthias Apitz <guru@unixarea.de>,  freebsd-arm <freebsd-arm@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: "libssl.so.8" not found
Message-ID:  <CANCZdfqXufkAs%2BHKjiMvby4LYZ8qa5JCnDCfOW26mDyiHUe-og@mail.gmail.com>
In-Reply-To: <op.x9mmxwz6kndu52@ronaldradial.radialsg.local>
References:  <CABx9NuSU94xhp-JJPLVUR04jr5C8vAhEodtGmUQnUfuZvNzH5Q@mail.gmail.com> <20151214071840.GA3771@c720-r285885-amd64> <op.x9mmhlg9kndu52@ronaldradial.radialsg.local> <op.x9mmxwz6kndu52@ronaldradial.radialsg.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 14, 2015 at 2:21 AM, Ronald Klop <ronald-lists@klop.ws> wrote:

> On Mon, 14 Dec 2015 10:11:35 +0100, Ronald Klop <ronald-lists@klop.ws>
> wrote:
>
> On Mon, 14 Dec 2015 08:18:40 +0100, Matthias Apitz <guru@unixarea.de>
>> wrote:
>>
>> El d=C3=ADa Sunday, December 13, 2015 a las 10:40:22PM -0800, Russell Ha=
ley
>>> 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 instal=
ls
>>>> 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 arm
>>>> 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 this
>>> year and pkg 1.5.5 ... I accidently updated pkg to 1.6.x which could no=
t
>>> 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; i=
t
>>> 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. Af=
ter
>> 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 ar=
e
>> 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&pat=
hrev=3D292177&


As a temporary measure, for bootstrapping or installing packages, you can
also
use libmap.conf to map libssl.so.7 to libssl.so.8. There's a second library
that
you'll find you need to map too. This will get you over the hump. However,
once you do upgrade, you'll need to remove the lines because slogin and suc=
h
have a check for the right version of openssl, and will give an error
message if
you try to use them cross-threaded.

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfqXufkAs%2BHKjiMvby4LYZ8qa5JCnDCfOW26mDyiHUe-og>