Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^3: DBD::Oracle installs under root only

by Sinistral (Monsignor)
on Oct 16, 2018 at 19:00 UTC ( [id://1224124]=note: print w/replies, xml ) Need Help??


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.

  • Comment on Re^3: DBD::Oracle installs under root only

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1224124]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found