Date: Fri, 23 Nov 2001 16:48:54 +0200 From: shupilov <shupilov@tb.by> To: freebsd-stable@freebsd.org Subject: Re[2]: Oracle 8.1.7 & FreeBSD Message-ID: <77770518657.20011123164854@tb.by>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?77770518657.20011123164854>
