From owner-freebsd-questions Mon Feb 11 10:34: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id 7D55937B404 for ; Mon, 11 Feb 2002 10:33:57 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id A3055CD2B5 for ; Mon, 11 Feb 2002 19:33:56 +0100 (CET) Date: Mon, 11 Feb 2002 19:33:56 +0100 From: F.Xavier Noria To: freebsd-questions@freebsd.org Subject: Re: DBD::Oracle Message-Id: <20020211193356.55d84a34.fxn@isoco.com> X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Feb 2002 16:58:45 +0100 "F.Xavier Noria" wrote: : I have an Oracle client running from the command line (from a tarball : with a running Linux client). In order to connect to the server via : DBD::Oracle I have read in the archives that people compile a Linux : version of Perl under /compat/linux and then installs DBI and : DBD::Oracle for that perl, how is that done? Well, I installed a binary distribution of Perl from RedHat and then DBI using /compat/linux/usr/bin/perl and /compat/linux/usr/bin/make. Now the problem is that DBD::Oracle compiles that way but cannot open the just built Oracle.so at /compat/linux/usr/bin/make test: su-2.05a# /compat/linux/usr/bin/make test PERL_DL_NONLAZY=1 /compat/linux/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/base..............Failed to load Oracle extension and/or shared libraries: install_driver(Oracle) failed: Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: blib/arch/auto/DBD/Oracle/Oracle.so: undefined symbol: OCIServerAttach at /usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169. at (eval 1) line 3 Perhaps a required shared library or dll isn't installed where expected at t/base.t line 19 Do you know what could be done here? -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message