Date: Mon, 5 Nov 2018 16:32:40 +0100 From: Andreas Schwarz <freebsd.asc@strcmp.org> To: "Luis P. Mendes" <luislupe@gmx.com> Cc: freebsd-arm@freebsd.org Subject: Re: pkg - symlinks missing Message-ID: <20181105163240.6dc9bf7cc21cc9eae2d3991c@strcmp.org> In-Reply-To: <20181105151721.GF9996@leao.home> References: <20181105151721.GF9996@leao.home>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Nov 2018 15:17:21 +0000 "Luis P. Mendes" <luislupe@gmx.com> wrote: Hi, > I'm trying FreeBSD 12.0-BETA3 on a RPi 3B+. > > pkg complains about missing libssl.so.8 and libcrypto.so.8. > Did a couple of symlinks to /usr/lib/libssl.so.111 and > /usr/lib/libcrypto.so and it was able to run. > > But when `pkg update`: > There were two errors: > 1. /var/db/pkg/repo-FreeBSD.sqlite failed - no such file > 2. undefined symbol "SSL_load_error_strings" in > /usr/local/lib/libpkg.so.4 > > > It seems that `pkg` needs some love. Have the same problem at a pine64-lts, seems related to arm64. You can use "pkg-static" instead, which is linked statically. Btw. apart from this case, instead of setting symlinks, it's better to use libmap (/etc/libmap.conf). -asc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181105163240.6dc9bf7cc21cc9eae2d3991c>