in reply to Re: compile problem for DBD::Oracle
in thread compile problem for DBD::Oracle

Oracle client is installed on the machine 9.2.0, and I am able to access the database using SQLPLUS.

Here are my variables for the same :
ORACLE_HOME /export/apps/oracli/DSM/9.2.0
LB_LIBRARY_PATH /export/apps/oracli/DSM/9.2.0/lib32

Also I couldn't locate "oracle.mk" anywhere in the oracle install dir. I never expected it because even in the "working" machine, I don't see oracle.mk file.

Replies are listed 'Best First'.
Re^3: compile problem for DBD::Oracle
by Anonymous Monk on Mar 07, 2007 at 07:36 UTC
      I had the same problem on one of my machines. I still don't know why this one refused to detect the instant client. I got it to work by compiling with "perl Makefile.PL -l". The -l option tells the compiler to try to link to libclntsh directly.