From owner-freebsd-database@FreeBSD.ORG Sun Oct 15 09:31:02 2006 Return-Path: X-Original-To: freebsd-database@freebsd.org 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 BB0C616A40F; Sun, 15 Oct 2006 09:31:02 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from amber.aeternal.net (amber.aeternal.net [212.232.17.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F69043D46; Sun, 15 Oct 2006 09:31:01 +0000 (GMT) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id CE67DB9AA; Sun, 15 Oct 2006 11:31:41 +0200 (CEST) X-Virus-Scanned: by amavisd-new at aeternal.net Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dHwScfWSSsYZ; Sun, 15 Oct 2006 11:31:41 +0200 (CEST) Received: from [127.0.0.1] (chello089173027168.chello.sk [89.173.27.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by amber.aeternal.net (Postfix) with ESMTP id ECD7DB99D; Sun, 15 Oct 2006 11:31:40 +0200 (CEST) Message-ID: <4531FFCD.8040607@aeternal.net> Date: Sun, 15 Oct 2006 11:30:53 +0200 From: Martin Hudec User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: "Scott T. Hildreth" References: <20060711162744.A22592@malcolm.berkeley.edu> <452C09B6.4030009@pobox.sk> <20061010220934.GA1484@dfwdamian.vail> <1160524816.70546.287.camel@fbsd1.dyndns.org> In-Reply-To: <1160524816.70546.287.camel@fbsd1.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-database@freebsd.org, Damian Wiest , freebsd-questions@freebsd.org Subject: Re: Installing Oracle Client 10g on FreeBSD X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: corwin@aeternal.net List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2006 09:31:02 -0000 Hello, Scott T. Hildreth wrote: > He can't, DBD::Oracle uses oci underneath so he needs the Oracle client to get the shared > libraries. Mike you also need to compile or install a linux perl and then install DBI & DBD::Oracle > with the linux perl. You could use DBD::Proxy instead of installing DBD::Oracle. It installed > with DBI. Type 'perldoc DBD::Proxy' to see the docs. If you need help, you can email me > or join the dbi-users@perl.org. Not fully correct - when I wanted to use DBD::Oracle, I did not need to install linux-perl - just instantclient (linux compatibility enabled) as Martinko mentioned. And it worked. And DBD::Oracle has been used with native perl. Martin