|
-
August 6th, 2011, 10:45 AM
#22
Linux Emulation in FreeBSD -
To get Linux emulation to work, do this:
Make sure you are Root!
As root, type this into your shell:
kldload linux
This loads it for you, but, you can also make it so that it be loaded at boot so you don't have to type it all the time:
You can start by typing this:
vi /etc/rc.conf
Use the Arrow key to move down to the bottom, and then, when you get to the VERY last line of this text file, and you're at the very beginning of it, press the "End" Key, on your keyboard, so you're at the end of that line.
Now Press "a" on the keyboard to start to Enter in Text AFTER that line. You can press Enter to after you pressed "a" if you aren't on a new line.
Now, type this:
linux_enable="YES"
After you type that, press the Escape key to go to command mode in Vi, and then press the ":" and then "w" and then "q" and then press Enter. This saves the text in Vi and leaves Vi.
Or you can open that file as root with a text editor you know how to use too, of course, and then just save it once you've typed that line in.
Now, once you've done this, you can do this:
pkg_add -r aim
That will install AIM, which requires the Linux Base. (By the way, if you're wondering why I'm not just saying to grab the Compatibility Layer Packages, it's because it's a lot more typing =) ) and anyway, once it starts to grab AIM, it will NOW grab the Linux packages, and actually work now !
Similar Threads
-
By gore in forum Operating Systems
Replies: 2
Last Post: February 25th, 2005, 08:12 AM
-
By gore in forum Other Tutorials Forum
Replies: 6
Last Post: September 17th, 2004, 01:29 PM
-
By gore in forum Operating Systems
Replies: 0
Last Post: September 2nd, 2004, 07:14 AM
-
By gore in forum Operating Systems
Replies: 3
Last Post: March 7th, 2004, 08:02 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|