http://qs1969.pair.com?node_id=1045138


in reply to Re^3: DBD::Oracle install
in thread DBD::Oracle install

Simply running as root,
export ORACLE_HOME=/opt/oracleas/product/11.2.0/client_1 export LD_LIBRARY_PATH=$ORACLE_HOME/lib export NLS_LANG=AMERICAN_AMERICA.US7ASCII cpan install DBD::Oracle
Since this is not DBD::mysql, I'm not sure how to interpret the linked threads to my case(?) It's not going to use DYLD_LIBRARY_PATH...

Replies are listed 'Best First'.
Re^5: DBD::Oracle install
by Anonymous Monk on Jul 18, 2013 at 18:23 UTC

    Since this is not DBD::mysql, I'm not sure how to interpret the linked threads to my case(?) It's not going to use DYLD_LIBRARY_PATH...

    same problem, only one solution, get it to find the .so -- if LD_LIBRARY_PATH

    Its very bizzare that its being ignored, but you're root, so try the hardcoding options