Hello,
FreeBSD is upgraded from 13.0 to 13.1, and doing:
Results in:
I've already done
These is the output of
I didn't do the upgrade myself, but I see the system is already upgraded.
Could it result from improper upgrade of the OS?
Perhaps, due to a missing
If so, how this can be fixed?
NB. Emacs worked prefectly on FreeBSD 13.0.
Thanks
FreeBSD is upgraded from 13.0 to 13.1, and doing:
pkg install -y emacs-nox
emacs
Results in:
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /usr/local/bin/emacs not found
I've already done
pkg upgrade -y
to upgrade all packages globally on the system, but this error still remains preventing the execution of Emacs text editor.These is the output of
freebsd-version -kru
:13.1-RELEASE-p2
13.1-RELEASE
13.1-RELEASE-p2
I didn't do the upgrade myself, but I see the system is already upgraded.
Could it result from improper upgrade of the OS?
Perhaps, due to a missing
freebsd-update
stage or similar.If so, how this can be fixed?
NB. Emacs worked prefectly on FreeBSD 13.0.
Thanks