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/

Reply via email to