MSiipola has asked for the wisdom of the Perl Monks concerning the following question:
I try to connect to Oracle through cygwin, but it fails.
The Oracle version 11.2 is installed on a Windows 2003 server.
Cygwin and Perl is installed on the same server.
The Perl @INC variable contains the current directory ('.')cygwin>uname -a CYGWIN_NT-5.2 N0871 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin cygwin>perl -v This is perl, v5.10.1 (*) built for i686-cygwin-thread-multi-64int
But there is a DBI.dll installed at ./auto/DBI.cygwin>perl -e 'use DBI;' Can't load './auto/DBI/DBI.dll' for module DBI: <br> No such file or directory at at DBI.pm line 263 BEGIN failed--compilation aborted at DBI.pm line 263. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/Cygwin/Oracle integration problem
by hazylife (Monk) on Mar 28, 2014 at 15:02 UTC | |
|
Re: Perl/Cygwin/Oracle integration problem
by andal (Hermit) on Mar 28, 2014 at 14:31 UTC | |
|
Re: Perl/Cygwin/Oracle integration problem
by lithron (Chaplain) on Mar 31, 2014 at 00:27 UTC |