I recently updated from 10.4-RELEASE to 11.2-RELEASE. The upgrade was not clean, as the system ran out of space a couple of times and things got seriously out of whack. There was a rollback that put the system in a weird state. Eventually, I thought I'd gotten it all sorted out. Once it looked like everything was safely 11.2-RELEASE, all ports were updated. They all seem to be running fine. But, now...
First, the obvious errors...
OK, so...
I'm guessing that's the root of the issue.
Ports are happily using libssl.so.9 from the openssl port, so I guess it's only my base commands that have the problem. I do remember seeing the .7 libraries get deleted at some point, probably during a
I have successfully done a
For reference:
Any thoughts? System appears to be running fine, but I imagine there are a number of base commands that aren't looking for the right libraries. Not sure how many stealth problems there are. libssl.so.7 was not the only library that got deleted during the clean-up.
First, the obvious errors...
Code:
# freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 2 mirrors found.
Fetching metadata signature for 11.2-RELEASE from update5.freebsd.org... invalid signature.
Fetching metadata signature for 11.2-RELEASE from update4.freebsd.org... invalid signature.
No mirrors remaining, giving up.
# portsnap fetch
Looking up ec2-ap-southeast-2.portsnap.freebsd.org mirrors... none found.
Fetching snapshot tag from ec2-ap-southeast-2.portsnap.freebsd.org... invalid snapshot tag.
No mirrors remaining, giving up.
OK, so...
Code:
# which openssl
/usr/bin/openssl
# openssl version
Shared object "libssl.so.7" not found, required by "openssl"
I'm guessing that's the root of the issue.
Ports are happily using libssl.so.9 from the openssl port, so I guess it's only my base commands that have the problem. I do remember seeing the .7 libraries get deleted at some point, probably during a
make delete-old
.I have successfully done a
make buildworld
for the purpose of making a custom kernel. Would a make installworld
fix the problem, or is there something weirder going on here? Seems like something isn't clear about which version of the OS is running.For reference:
Code:
# freebsd-version -uk
11.2-RELEASE-p2
11.2-RELEASE-p2
Any thoughts? System appears to be running fine, but I imagine there are a number of base commands that aren't looking for the right libraries. Not sure how many stealth problems there are. libssl.so.7 was not the only library that got deleted during the clean-up.