Home > Archive > Oracle PERL DBD > June 2005 > [svn:dbd-oracle] rev 1062 - dbd-oracle/trunk









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [svn:dbd-oracle] rev 1062 - dbd-oracle/trunk
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)
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com