From owner-freebsd-database@FreeBSD.ORG Thu Nov 18 11:09:46 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34AD316A4CE for ; Thu, 18 Nov 2004 11:09:46 +0000 (GMT) Received: from device.dyndns.org (device.net1.nerim.net [62.212.100.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F3943D1D for ; Thu, 18 Nov 2004 11:09:45 +0000 (GMT) (envelope-from guy@device.dyndns.org) Received: (from root@localhost) by device.dyndns.org (8.12.11/8.12.5) id iAIB9fJL080426 for freebsd-database@freebsd.org; Thu, 18 Nov 2004 12:09:41 +0100 (CET) (envelope-from guy@device.dyndns.org) Received: from pissenlit.device.local (pissenlit [10.0.0.88]) by device.dyndns.org (8.12.11/8.12.11) with ESMTP id iAIB9dWH080414 for ; Thu, 18 Nov 2004 12:09:40 +0100 (CET) (envelope-from guy@device.dyndns.org) From: guy@device.dyndns.org Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20041103023247.GC19151@trit.org> Date: Thu, 18 Nov 2004 12:09:39 +0100 (CET) To: freebsd-database@freebsd.org X-Scanned-Against-Virii: by an antivirus :] Subject: Re: Oracle 8i (8.1.7), FreeBSD 5.1 i386 installation questions X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 11:09:46 -0000 Sorry for the late reply, Just wanted to mention you can avoid the hassles of relinking under Linux "emulation" during your oracle 8i setup. Just setup a temporary linux installation (say a debian or old redhat) on a spare computer, install your oracle version there and create an empty db. Then transfer the application and db folders (plus a couple of files from /etc if i remember well) to your freebsd box, which only need to have linux "emul." running, oracle uid / oinstall gid kept the same number and using a linux shell (/compat/linux/bin/bash for instance), and the FreeBSD kernel adjusted and rebuilt (SHM and SEM values mainly, USER_LDT for 4.x). This is probably not a complete/accurate list of steps, but you probably get the idea. If you need more details i can dig deeply in my archives. -- Guy P.