Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 08:38:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233225] libssl.so.8 not found by pkg
Message-ID:  <bug-233225-227-Oi2DXoygv0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233225-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233225-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233225

Alexander Mishin <mishin@mh.san.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mishin@mh.san.ru

--- Comment #12 from Alexander Mishin <mishin@mh.san.ru> ---
You can make soft links for both libs from which You have installed ones in
base. If I remember it right:
ln -s /usr/lib/libssl.so.111 /usr/lib/libssl.so.8;
ln -s /lib/libcrypto.so.111 /lib/libcrypto.so.8;
In my case it worked fine. It makes the 'pkg update|upgrade' possible.

...and, yes, I use 13.0 now - no updates for packages too long.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233225-227-Oi2DXoygv0>