cannot install emulators/linux_base-f10

hi

I cannot install emulators/linux_base-f10 from ports on my freeBSD 8.1 RELEASE due to the following problem:
Code:
# cd /usr/ports/emulators/linux_base-f10
# make install clean
===>  linux_base-f10-10_2 linuxulator is not (kld)loaded.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-f10.
What's wrong?
 
Code:
# kldload linux
seems to solve this problem.

BTW should I create /boot/loader.conf and add this line:
Code:
linux_load="YES"
 
Thx, but if I set in /etc/rc.conf:
Code:
linux_enable="YES"
then I don't need to set in /boot/loader.conf?
 
Back
Top