Code:
#uname -a
FreeBSD 12.0-BETA1 FreeBSD 12.0-BETA1 r339435 GENERIC amd64
ld-elf.so.1: Shared object "libssl.so.111" not found, required by "pkg"
(I'm new to FreeBSD and testing FreeBSD 12.0 b1)
I referred this link (possible bug?):
https://www.mail-archive.com/freebsd-stable@freebsd.org/msg136663.html
# ldd /usr/local/lib/libpkg.so.4.0.0
libssl.so.111 => not found (0)
libcrypto.so.111 => not found (0)
I installed openssl111 and symlinked /usr/local/lib/libssl.so.11 to /usr/local/lib/libssl.so.111 and /usr/local/lib/libcrypt.so.11 to /usr/local/lib/libcrypt.so.111. After this, pkg is working again. What went wrong Shouldn't openssl111 provided libssl.so has to be libssl.so.111 instead of libssl.so.11 ? Should I reinstall pkg from ports?
How can I upgrade to 12-beta2 from beta1?