Thread of 2 posts
First time #freebsd 's #pkgbase has bit me in the ass:
pkg autoremove decided that FreeBSD-openssl was to be removed, and suddenly zfs(8) pkg(8) and pretty much anything stopped working.
Luckily from when I patched base's pkg, I knew to run:
pkg-static add https://alpha.pkgbase.live/current/FreeBSD:14:amd64/14.snap20210709060648/FreeBSD-openssl-14.snap20210709060648.tzst
Everything is back to normal, but something went seriously wrong there, and I wouldn't know how to reproduce it '-.-.
These were the error messages, for posterity:
# zfs list
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "zfs"
# pkg
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
