From owner-freebsd-questions@FreeBSD.ORG Mon Nov 1 02:09:24 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A3B116A4CE for ; Mon, 1 Nov 2004 02:09:24 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F25C43D31 for ; Mon, 1 Nov 2004 02:09:24 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with SMTP id <20041101020923i9200op629e>; Mon, 1 Nov 2004 02:09:23 +0000 Message-ID: <41859AD2.8080008@nbritton.org> Date: Sun, 31 Oct 2004 20:09:22 -0600 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: jkadams@computer.org References: <418CE152.8070105@computer.org> <41858949.8030104@nbritton.org> <41858BBE.1010804@computer.org> In-Reply-To: <41858BBE.1010804@computer.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Oracle 8i on FreeBSD 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2004 02:09:24 -0000 Jon Adams wrote: > Nikolas Britton wrote: > >> Jon Adams wrote: >> >>> >>> BTW: please do not tell me to try Oracle 9i, or that I should use >>> another version of FreeBSD, or something like that, I am locked in >>> this hardware and OS, so I need to get it to work with the current >>> setup as much as possible. >>> >> What about PostgreSQL? :-) >> I had a hard enough time getting Oracle 9i2 installed and working >> with Redhat 7.3 for a Compiere ERP/CRM setup >> >> http://www.puschitz.com/InstallingOracle9i.shtml >> Follow that guide and setup a test system using Redhat 7.x. Once you >> are comfortable with installing/setting up/running Oracle on this >> platform you can tranfer that knowledge into setting it up in Linux >> Compat Mode (which essentially is redhat 7.2) on FreeBSD. Thats the >> only advice I can offer. > > > PostGres is fine, I use it in production on a Linux box that I host > sites on, but for the applications on my FBSD box, they _have_ to have > Oracle 8i (hardware doesnt support a newer version), but I will be > replicating Oracle 8i databases, stored procs, triggers, sequences, > etc... dont want to have to port the databases back and forth between > a different platfrom (i.e. PostGres).. note this isnt a production system > > I have set up Oracle on Linux before.. 4 times, on Red Had 7.1 and > 7.2... Its not that I dont know how to set up Oracle.. my problem is > really not that deep, its just that somehow the system cant find libdl > even though its there in /compat/linux/lib and i am using > /compat/linux/bin/bash as the shell.... I know either something is > wrong with my environment vars or I need to put an -L/compat/linux/lib > somewhere in the Oracle installation... I just cannot figure out > which it is... > > Thanks though... > Have you tryed these resources yet?: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-oracle.html http://ezine.daemonnews.org/200402/oracle.html http://www.freebsd-corp-net-guide.com/faq/portoracle.html