| timbo@cvs.perl.org 2005-06-03, 8:27 pm |
| Author: timbo
Date: Thu May 26 04:42:12 2005
New Revision: 1062
Modified:
dbd-oracle/trunk/Makefile.PL
Log:
Add "/include/oracle/ $client_version_full
/client", # Instant Client for RedHat FC3
thanks to gray.perl@mailnull.com
Modified: dbd-oracle/trunk/Makefile.PL
====================
====================
====================
==================
--- dbd-oracle/trunk/Makefile.PL (original)
+++ dbd-oracle/trunk/Makefile.PL Thu May 26 04:42:12 2005
@@ -1304,7 +1304,10 @@ sub find_headers {
$h_file{$_} ||= $dir; # record first one found
print "Found $dir/$_\n" if $::opt_d;
},
- "$OH/sdk", # Oracle Instant Client default location (10g)
+ # --- 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)
|