linux_base-f10 won't install

Hi, I'm trying to enable Linux compatibility following this guide
Code:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html
But I have this error
Code:
linux_base-f10-10_7 linuxulator is not (kld)loaded
when trying to install the port. What should I do?
 
Load the linux kernel module using kldload linux. Then put the following line in /etc/rc.conf:
Code:
linux_enable=yes
to take care of loading the module upon subsequent reboots. Then retry your installation of emulators/linux_base-f10
 
Back
Top