Re: DBD::Oracle patch
- From: Tim.Bunce@xxxxxxxxx (Tim Bunce)
- Date: Thu, 26 May 2005 10:22:56 +0100
Thanks for the info. The list of search locations is now:
# --- Oracle Instant Client locations
"$OH/sdk", # Instant Client default location (10g)
"/include/oracle/$client_version_full/client", # Instant Client for RedHat FC3
# --- Traditional full-install locations
"$OH/rdbms/public", # prefer public over others
"$OH/rdbms",
"$OH/plsql", # oratypes.h sometimes here (eg HPUX 11.23 Itanium Oracle 9.2.0)
Tim.
On Wed, May 25, 2005 at 07:25:20PM -0400, gray.perl@xxxxxxxxxxxx wrote:
> Had to apply this patch to get DBD::Oracle to work on my RedHat FC3 system which installed the include files over in /usr/include/oracle/version-#/...
>
> Thanks much for the package.
>
> *** Makefile.PL.ORG Fri Oct 22 02:07:04 2004
> --- Makefile.PL Wed May 18 14:56:46 2005
> ***************
> *** 1250,1256 ****
> $h_dir{$dir} = $_;
> $h_file{$_} = $dir;
> print "Found $dir/$_\n" if $::opt_d;
> ! }, "$OH/rdbms",
> "$OH/plsql", # oratypes.h sometimes here (eg HPUX 11.23 Itanium Oracle 9.2.0)
> );
> @h_dir = keys %h_dir;
> --- 1250,1256 ----
> $h_dir{$dir} = $_;
> $h_file{$_} = $dir;
> print "Found $dir/$_\n" if $::opt_d;
> ! }, "$OH/../../../../include/oracle/$client_version_full/client",
> "$OH/plsql", # oratypes.h sometimes here (eg HPUX 11.23 Itanium Oracle 9.2.0)
> );
> @h_dir = keys %h_dir;
>
> ----------
> This message was sent from a MailNull anti-spam account. You can get
> your free account and take control over your email by visiting the
> following URL.
>
> http://mailnull.com/
.
- Prev by Date: Re: How to store query results in an array?
- Next by Date: LongReadLen issue
- Previous by thread: Trouble installing DBD::Sybase on Windows 2000 server
- Next by thread: LongReadLen issue
- Index(es):