Running Linux programs
From FreeBSDwiki
(Difference between revisions)
m (Reverted edits by 41.207.126.36 (Talk); changed back to last version by Dave) |
|||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | enable linux compatibility -- you can do this via sysinstall if you didn't do it on your initial install. | + | To get Linux programs running, you'll at the very least need to enable linux compatibility -- you can do this via sysinstall if you didn't do it on your initial install. |
| + | |||
| + | You may also need to do this: | ||
add the following line to your /etc/fstab: | add the following line to your /etc/fstab: | ||
| Line 13: | Line 15: | ||
[[Category: Common Tasks]] | [[Category: Common Tasks]] | ||
| + | [[Category : Linux Equivalents]] | ||
Latest revision as of 16:16, 16 November 2007
To get Linux programs running, you'll at the very least need to enable linux compatibility -- you can do this via sysinstall if you didn't do it on your initial install.
You may also need to do this:
add the following line to your /etc/fstab:
linprocfs /compat/linux/proc linprocfs rw 0 0
to run linprocfs -- you may need to do this:
rlyeh# kldload linprocfs rlyeh# mount /compat/linux/proc
See also Installing Linux Programs