Trying to install linux-brave I get:
pkg install linux-brave-1.85.111
:
[ 1/88] Installing linux_base-rl9-9.7...
Cannot install package: kernel missing 64-bit Linux support
pkg: PRE-INSTALL script failed
Check for kernel support:
# uname -m
amd64
which seems to say linux kernel support is installed.
/boot/loader.conf
# cat /boot/loader.conf
security.bsd.allow_destructive_dtrace=0
kern.vty=vt
linux_load="YES"
In doing a kldstat it also seems the necessary module are there.
pkg install linux-brave-1.85.111
:
[ 1/88] Installing linux_base-rl9-9.7...
Cannot install package: kernel missing 64-bit Linux support
pkg: PRE-INSTALL script failed
Check for kernel support:
# uname -m
amd64
which seems to say linux kernel support is installed.
/boot/loader.conf
# cat /boot/loader.conf
security.bsd.allow_destructive_dtrace=0
kern.vty=vt
linux_load="YES"
In doing a kldstat it also seems the necessary module are there.