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

Have you read README.clients.txt

Replies are listed 'Best First'.
Re^4: compile problem for DBD::Oracle
by Anonymous Monk on Jun 03, 2008 at 23:01 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.