RE: install_driver(Oracle) failed:

2001-06-15 Thread Sterin, Ilya
Try reinstalling. Did you get errors when installing? Do you have another perl installation that this could of been installed with. Your @INC does not contain the necassary info, you can try pushing the necessary dir into it, but that should of been done when you installed perl, unless DBD::Ora

Re: install_driver(Oracle) failed:

2001-06-15 Thread Wesley STROOP
Hi, Do you know what I do wrong? The installation details you can found below. I will appriciate every information. Thanks. Environment: OS: HP-UX 11 Oracle: 8.1.6.1 Perl : 5.6 C-compiler: B3901BA B.11.01.06 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800) INSTALL

RE: install_driver(Oracle) failed:

2001-06-15 Thread Sterin, Ilya
essage- From: Wesley STROOP To: Sterin, Ilya Cc: dbi Sent: 06/15/2001 8:39 AM Subject: Re: install_driver(Oracle) failed: Hi, Do you know what I do wrong? The installation details you can found below. I will appriciate every information. Thanks. Environment: OS: HP-UX 11 Oracle

Re: install_driver(Oracle) failed:

2001-06-15 Thread Wesley STROOP
e in "" > > $dbh = DBI->connect("dbi:$db_type:$db_name:$hostname:$port", $user, > $passwd); > > ###Your connect string is wrong, see perldoc DBD::Oracle for the correct way > to connect. > > Ilya > > print "connection ok"; > > ERROR

RE: install_driver(Oracle) failed:

2001-06-15 Thread Sterin, Ilya
tion might be broken, and you DBD::Oracle installed with no errors??? Also make sure you get the correct connect statement once everything is done. Ilya -Original Message- From: Wesley STROOP To: Sterin, Ilya Cc: dbi Sent: 06/15/2001 9:46 AM Subject: Re: install_driver(Oracle) faile

Help Re - install_driver(Oracle) failed

2002-06-10 Thread Rob Anderson
I'm getting the following error message connecting to an oracle database. install_driver(Oracle) failed: Can't load '/usr/iw-home/iw-perl/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBD/Oracle /Oracle.so' for module DBD::Oracle: ld.so.1: /usr/iw-home/iw-perl/bin/perl: fatal: libclntsh.so.1.0: ope

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-28 Thread Jonathan Leffler
On Wed, May 28, 2008 at 8:30 AM, Christian Merz <[EMAIL PROTECTED]> wrote: > i wrote a skript which works fine for several Oracle Versions on several > platforms (linux, solarias 8/9). > > if i run that script ineractively on solaris 10 it also works fine. > > if i run it as a cron job i get: cr

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-28 Thread Alexander Alekseev
Hello! On Wed, 28 May 2008, Christian Merz wrote: module DBD::Oracle: ld.so.1: perl: fatal: /oracle/product/10.2.0/lib/libclntsh.so.10.1: wrong ELF class: ELFCLASS64 at ... LD_LIBRARY_PATH -> /oracle/product/10.2.0/lib:/oracle/product/10.2.0/lib32 Change LD_LIBRARY_PATH to:

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-28 Thread Christian Merz
Hi Jonathan, i set the environment in my skript, the libs are installed correctly - or the script won't run interactively. so, there is a problem with the environment but i cannot see it. is there something important besides @INC and %ENV? i already tried both versions of LD_LIBRARY_PATH /o

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-28 Thread Jonathan Leffler
On Wed, May 28, 2008 at 11:47 PM, Christian Merz <[EMAIL PROTECTED]> wrote: > i set the environment in my skript, the libs are installed correctly - or > the script won't run interactively. > I'm not the Oracle expert - treat what I say with a pinch of salt. I do use Solaris 10 quite a lot, thou

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-29 Thread Christian Merz
Hi Jonathan, you saved my day! as as workaround i wrote this shell skript: LD_LIBRARY_PATH="/export/home/oracle/product/10.2.0/lib:/export/home/oracle/product/10.2.0/lib32" export LD_LIBRARY_PATH /oracle/dba/backup/ora19/DbOnline.pl ora19 and now it works. Thank you ! ... But this is a workar

Re: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-29 Thread Peter J. Holzer
On 2008-05-29 09:26:29 +0200, Christian Merz wrote: > as as workaround i wrote this shell skript: > > LD_LIBRARY_PATH="/export/home/oracle/product/10.2.0/lib:/export/home/oracle/product/10.2.0/lib32" > export LD_LIBRARY_PATH > /oracle/dba/backup/ora19/DbOnline.pl ora19 > > and now it works. Thank

RE: install_driver(Oracle) failed: wrong ELF class: DynaLoader.pm

2008-05-29 Thread Rutherdale, Will
n the root crontab, as password prompts are not a problem. There are other variations on this theme. -Will > -Original Message- > From: Christian Merz [mailto:[EMAIL PROTECTED] > Sent: Thursday 29 May 2008 03:26 > To: Jonathan Leffler > Cc: dbi-users@perl.org > Subjec

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-20 Thread Garrett, Philip \(MAN-Corporate\)
Hi, RaviChandra Chelikam wrote: > > perl: fatal: > /usr/local/opt/oracle/product/ldcnmd/lib32/libclntsh.so.9.0: > Permission denied at . ^ The permissions on your Oracle installation are not letting Perl load the Oracle client library. The library file libclntsh.so.9.0 (or

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-20 Thread Garrett, Philip \(MAN-Corporate\)
Sent: Tuesday, February 20, 2007 1:23 PM To: Garrett, Philip (MAN-Corporate) Cc: dbi-users@perl.org Subject: RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2 Philip We have Changed the permissions . Even after

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-21 Thread RaviChandra Chelikam
ld I do ,to point to libclntsh.so.10.1 instead of libclntsh.so.9.0 Thanks & Regards Ravi -Original Message- From: Garrett, Philip (MAN-Corporate) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 9:47 PM To: RaviChandra Chelikam; dbi-users@perl.org Subject: RE: insta

RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2

2007-02-21 Thread Garrett, Philip \(MAN-Corporate\)
ruary 20, 2007 2:11 PM To: Garrett, Philip (MAN-Corporate) Subject: RE: install_driver(Oracle) failed while connecting to oracle 10.2.0.2 Philip I Have downloaded the DBD::Oracle 1.15 from the link u have given and copied to my local machine. Should I compile it first in my local machin