Fixing 'pkg: Shared object "libssl.so.111" not found, required by "pkg"' After Upgrading to FreeBSD 14.0

After upgrading FreeBSD from version 13.2 to 14.0, the pkg command started to show the following output: pkg: Shared object "libssl.so.111" not found, required by "pkg" After some reading, I found that this was caused by the change to OpenSSL in this version of FreeBSD. Attempt to update the static package with: pkg-static install -f pkg If you are still having issues, consult the FreeBSD Handbook.
Anton McClure / anton@aperture.nonpaged.com