Perl 5.005_03 (provided by Interwoven Teamsite)
NT 4.0
DBI 1.14
Oracle 8.1.5
Trying to install DBD::Oracle.. It works fine when I use sqlplus, TOAD, etc but fails
when I try to run
perl Makefile.PL
even tried Makefile.Pl -p and Makefile.Pl -8
error looks like this.....
----------------------------------------------
D:\apps\Interwoven\iw-home\iw-perl\DBD-Oracle-1.06>perl makefile.pl
Using DBI 1.14 installed in
D:\apps\Interwoven\iw-home\iw-perl\site\lib/MSWin32-x86/auto/DBI
Configuring DBD::Oracle ...
>>> Remember to actually *READ* the README file!
Especially if you have any problems.
Using Oracle in D:/opt/oracle/product/8.1.5/client
OCI directory not found, please install OCI in D:/opt/oracle/product/8.1.5/client at
makefile.pl line 171.
----------------------------------------------
Thanks
-Prasanna