> > Hi, > > While installing ODB::Oracle module, I got following error > msg when I said "perl Makefile.pl" > > ************************************************************** > ************** > ****************************************** > Using DBI 1.42 (for perl 5.008001 on > MSWin32-x86-multi-thread) installed in D:/P erl/site/lib/auto/DBI > > Configuring DBD::Oracle ... > > >>> Remember to actually *READ* the README file! > Especially if you have any problems. > > Using Oracle in D:/oracle/ora81 > Found oci directory > Using OCI directory 'oci' > Found oci/lib/MSVC/oramts.lib library > > Unable to find required Oracle OCI files for the build. > Please check > that you have your OCI installed in your oracle home > (D:/oracle/ora81) > directory and that it has the following files (and > probably more): > > D:/oracle/ora81\oci\include\oratypes.h > D:/oracle/ora81\oci\lib\MSVC\.lib > > Please install OCI or send comments back to [EMAIL PROTECTED] > if you have an OCI directory other than oci. > > at mAKEFILE.PL line 260. > ************************************************************** > ************** > ****************************************** > > I have Oracle client installed onmy machine and I have the files: > D:/oracle/ora81\oci\include\oratypes.h > D:/oracle/ora81\oci\lib\MSVC\.lib > in their respective locations. > > Please let me know how to resolve this problem.
Install the OCI libraries into your Oracle home. That's most likely the issue. Jeff
