pavement

Running Linux programs

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search

Revision as of 10:04, 8 August 2005

enable linux compatibility -- you can do this via sysinstall if you didn't do it on your initial install.

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

Personal tools