Error: Can't load '/cygdrive/c/Oracle/Ora81/bin/Oracle' for module DBD::Oracle...

From: Lubomir G. Vassilev (lyubomir_at_ou.edu)
Date: 10/28/04


Date: Thu, 28 Oct 2004 14:34:19 -0500
To: <dbi-users@perl.org>


Hi guys,

 

Here is what's going on:

 

1. I am running the latest release of CygWin on a Windows XP
machine. I am not running ActiveState Perl.
2. I installed DBI and tested it. Looks like it's working fine. I
typed:

 

               perl -MDBI -e 0

 

      at the command line and it gave no output so I am guessing DBI is
installed correctly.

3. I am currently trying to install DBD:Oracle. The result of:

 

                    Perl -Makefile.pl -v

                    Make

                    Make test

                    Make install

 

             Is in file "command.out"

 

4. The result of

 

                    Perl -V

 

            Is in file "perl-V_output.txt".

 

5. The result of the build after setting environment variable
PERL_DL_DEBUG to 2 is in file "command1.txt".
6. ORACLE_HOME is set to '/cygdrive/c/Oracle/Ora81'

            LD_LIBRARY_PATH is set to '/cygdrive/c/Oracle/Ora81/bin'

 

 

Thanks much for any help.