Skip to content

Commit

Permalink
Add "/include/oracle/$client_version_full/client", # Instant Client f…
Browse files Browse the repository at this point in the history
…or RedHat FC3

thanks to [email protected]


git-svn-id: http://svn.perl.org/modules/dbd-oracle/trunk@1062 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
timbo committed May 26, 2005
1 parent 24b7eee commit c295100
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c295100

Please sign in to comment.