From owner-freebsd-stable Fri Nov 23 6:50:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.technobank.com.by (www.tb.by [212.98.163.83]) by hub.freebsd.org (Postfix) with ESMTP id 2B27237B416 for ; Fri, 23 Nov 2001 06:50:07 -0800 (PST) Received: from 10.20.1.109 ([10.20.2.4]) by www.technobank.com.by (Lotus Domino Release 5.0.4) with ESMTP id 2001112316480720:459 ; Fri, 23 Nov 2001 16:48:07 +0200 Date: Fri, 23 Nov 2001 16:48:54 +0200 From: shupilov X-Mailer: The Bat! (v1.47 Halloween Edition) Personal Reply-To: shupilov Organization: tb X-Priority: 3 (Normal) Message-ID: <77770518657.20011123164854@tb.by> Subject: Re[2]: Oracle 8.1.7 & FreeBSD Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on WEB/TBK(Release 5.0.4 |June 8, 2000) at 23.11.2001 16:48:07, Serialize by Router on WEB/TBK(Release 5.0.4 |June 8, 2000) at 23.11.2001 16:48:21, Serialize complete at 23.11.2001 16:48:21 To: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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