in reply to issue with DBD::Oracle module

From the output of Makefile.PL

If these tests fail you may have to set ORACLE_HOME yourself!

Have you done that?

Also, you might need to tell your OS where to find the Oracle shared libraries. Have you adjusted $ENV{LD_LIBRARY_PATH} accordingly?

Replies are listed 'Best First'.
Re^2: issue with DBD::Oracle module
by as00060 (Novice) on Sep 26, 2015 at 14:17 UTC
    Hi, I have already set the ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe It was set by executing the ". ./oracle_env.sh" from the location /u01/app/oracle/product/11.2.0/xe/bin/ and for "LD_LIBRARY_PATH", following is the o/p of .bash_profile. --------------------------------------- cat .bash_profile # .bash_profile # Get the aliases and functions if -f ~/.bashrc ; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin . /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh export PATH LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/xe/lib export LD_LIBRARY_PATH ------------------------------------ Still the same error