http://qs321.pair.com?node_id=1224124


in reply to Re^2: DBD::Oracle installs under root only
in thread DBD::Oracle installs under root only

Back in the day, I had to run Perl code that was using DBD::Oracle on many UNIX platforms, Linux included. Running ldconfig should have done it, did you make sure and restart Apache after you ran ldconfig? The running web server won't have the new settings until you do that.

If that doesn't do it, then what you might want to do is to add an explicit SetEnv in your httpd.conf - I remember having to do this too. See mod_env describing SetEnv for Apache 2.4.

Replies are listed 'Best First'.
Re^4: DBD::Oracle installs under root only
by ojha (Initiate) on Oct 20, 2018 at 03:56 UTC

    Thanks a lot for your input. After changing the permission of /home/oracle to 755 it is working fine