Code:
root@bsdmac:~ # pkg-static install -f pkg
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be REINSTALLED:
pkg-1.19.1_1
Number of packages to be reinstalled: 1
Proceed with this action? [y/N]: y
[1/1] Reinstalling pkg-1.19.1_1...
[1/1] Extracting pkg-1.19.1_1: 100%
root@bsdmac:~ # pkg upgrade -f
ld-elf.so.1: Shared object "libssl.so.111" not found, required by "pkg"
root@bsdmac:~ #
Currently running: 14.0-CURRENT
Code:
git clone https://git.freebsd.org/ports.git /usr/port
Cloning into '/usr/port'...
ld-elf.so.1: Shared object "libssl.so.111" not found, required by "libcurl.so.4"
So, I can't use pkg.
I can't use port snap. Supposedly deprecated.
I can't install ports with git.
Any threads about this error say "we don't support pfsense" but I'm not running pfsense, I'm running regular Current FreeBSD downloaded from this site.
Code:
root@bsdmac:~ # pkg-static install -f libssl.so
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
pkg-static: No packages available to install matching 'libssl.so' have been found in the repositories
I'm not sure if Current is usable?
Not to mention this is a PPC Mac, but I didn't really have these issues on 13.2; I just wanted to try it.