in reply to Re: DBD::Oracle install fail
in thread DBD::Oracle install fail

This may have something to do with me manually editing the Makefile to point to /opt/oracle/product/10g/lib/ instead of where it was looking /opt/oracle/product/10g/lib32/ Is there a better way (say in Makefile.PL) rather than Makefile to make these changes

Replies are listed 'Best First'.
Re^3: DBD::Oracle install fail
by trwww (Priest) on Jan 18, 2011 at 20:14 UTC

    The only thing I've ever had to do to get DBD::Oracle installed was set ORACLE_HOME. Its always installed fine for me after that.