I was attempting to install the Linux libraries through the ports collection, so I used the instructions provided by the handbook:
After running these commands, I would get the following output:
I found out how to install it by following the advice given on this thread, but I'm just wondering - why does the handbook instruct you to run the make command first, and the kdload linux command 2nd second when it should be the opposite? Did I miss something?
Also, I am just curious, how is it that we are loading the linux module before having installed the Linux libraries?
Code:
# cd /usr/ports/emulators/linux_base-f10
# make install clean
Code:
===> Linux_base-f10-10_7 linuxulator is not (kld)loaded.
*** [install] Error code 1
Also, I am just curious, how is it that we are loading the linux module before having installed the Linux libraries?