From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 21 17:30:30 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58F6F106566C for ; Tue, 21 Jul 2009 17:30:30 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (scotth.emsphone.com [199.67.51.179]) by mx1.freebsd.org (Postfix) with ESMTP id 2892E8FC17 for ; Tue, 21 Jul 2009 17:30:29 +0000 (UTC) (envelope-from shildret@scotth.emsphone.com) Received: from scotth.emsphone.com (localhost [127.0.0.1]) by scotth.emsphone.com (8.14.3/8.14.3) with ESMTP id n6LHUTcr041204; Tue, 21 Jul 2009 12:30:29 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) Received: (from shildret@localhost) by scotth.emsphone.com (8.14.3/8.14.3/Submit) id n6LHUTn7041203; Tue, 21 Jul 2009 12:30:29 -0500 (CDT) (envelope-from shildret@scotth.emsphone.com) From: "Scott T. Hildreth" To: Chris Timmons In-Reply-To: <20090721095129.A33299@n.cwu.edu> References: <20090720164237.K25579@n.cwu.edu> <1248191388.4379.63.camel@scotth.emsphone.com> <20090721095129.A33299@n.cwu.edu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 21 Jul 2009 12:30:29 -0500 Message-Id: <1248197429.4379.73.camel@scotth.emsphone.com> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Cc: freebsd-emulation@freebsd.org Subject: Re: linux_base on 7-Stable for linux-oracle-instantclient? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 17:30:30 -0000 On Tue, 2009-07-21 at 10:11 -0700, Chris Timmons wrote: > We need basic access to an Oracle database via Perl DBI on FreeBSD > 7-stable. Does linux_dist-gentoo-stage3 facilitate compiling/installing a > linux perl better than doing so using the fc4 linux_base? fc4-linux base does have dev ports, so you can't compile. > > It seems like I will need some combination of the linux-instantclient and > Oracle-8 client ports installed, then a linux perl to interface with > them(?) The 8 client is to old, current version of DBD::Oracle won't compile with it. > > The proxy is in interesting idea which I will look into. > > -c > > On Tue, 21 Jul 2009, Scott T. Hildreth wrote: > > >> We are trying to get a reasonable Perl interface on FreeBSD into Oracle; > >> any other suggestions welcome. > > > > What exactly are you trying to do? If you want to use DBD::Oracle a > > linux perl will be needed, basically you will need to install linux_dist-gentoo-stage3 > > do a change root and compile perl, DBD::Oracle...etc. You can always run > > a Proxyserver somewhere and use DBD::Proxy to connect to Oracle.