in reply to Re^3: really need help with DBD::Oracle installation
in thread really need help with DBD::Oracle installation

hi, i downloaded strawberry perl and installed...everything works great so far for installing other modules with cpan. It can even build!

however, when trying to install DBD::Oracle this is what i get :

Using DBI 1.601 (for perl 5.010000 on MSWin32-x86-multi-thread) installed in C:/ strawberry/perl/site/lib/auto/DBI/ Configuring DBD::Oracle for perl 5.010000 on MSWin32 (MSWin32-x86-multi-thread) Remember to actually *READ* the README file! Especially if you have any problems . Using Oracle in C:/oracle/ora92 DEFINE _SQLPLUS_RELEASE = "902000100" (CHAR) Oracle version 9.2.0.1 (9.2) OCI directory not found, please install OCI in C:/oracle/ora92 at Makefile.PL li ne 228. Warning: No success on commandC:\strawberry\perl\bin\perl.exe Makefile.PL LIBS= -LC:\strawberry\c\lib INC=-IC:\strawberry\c\include PYTHIAN/DBD-Oracle-1.20.tar.gz C:\strawberry\perl\bin\perl.exe Makefile.PL LIBS=-LC:\strawberry\c\lib INC=-IC :\strawberry\c\include -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: PYTHIAN/DBD-Oracle-1.20.tar.gz : writemakefile NO 'C:\strawberry\ perl\bin\perl.exe Makefile.PL LIBS=-LC:\strawberry\c\lib INC=-IC:\strawberry\c\i nclude' returned status 512


i tried copying oci.dll from C:\oracle\instantclient_11_1\oci.dll but it kept showing the same message. What should i do??
  • Comment on Re^4: really need help with DBD::Oracle installation

Replies are listed 'Best First'.
Re^5: really need help with DBD::Oracle installation
by Corion (Patriarch) on Mar 11, 2008 at 06:56 UTC

    There are two hints in this output you haven't followed:

    Remember to actually *READ* the README file! Especially if you have an +y problems .

    and

    OCI directory not found, please install OCI in C:/oracle/ora92

    Copying things around won't help.