From 10.3 to 11.0

Please try command below
# portsnap fetch extract update && cd /usr/ports/ports-mgmt/pkg && make reinstall clean
Alternatively you can try
# pkg update && pkg upgrade
This should solve issue.
 
Please try command below
# portsnap fetch extract update && cd /usr/ports/ports-mgmt/pkg && make reinstall clean
Alternatively you can try
# pkg update && pkg upgrade
This should solve issue.
Thank you, but I built system from binary packages not from ports and
Code:
pkg update && pkg upgrade
Shared object "libssl.so.7" not found, required by "pkg"
 
Thanks, hukadan, now it's all right:
Code:
pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
 
I've had the same thing fixed it with something similar on a box that has only ever used pkg and never ports.

It looks like pkg isn't the only thing affected either but iv'e left it doing an update to go to work so ill have to have a play later.
 
Back
Top