MK> the easiest way to install 8.1.7 on FreeBSD is to install it on Linux,
MK> then copy it to FreeBSD machine

i guess there is one more way to do it: you can install Linux rpm's on
your FreeBSD box
/etc/rc.conf:

    linux_enable="YES"


/etc/rc.i386:

    # Start the Linux binary compatibility if requested.
    #
    case ${linux_enable} in
    [Yy][Ee][Ss])
        echo -n ' linux';       linux > /dev/null 2>&1
        ;;
    esac


cd /usr/ports/emulators/linux_base
make install distclean

and so on...

i don't know is there desriprion of these process in handbook
but you can find a lot of instructions on web-pages



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to