|
Posted by Mladen Gogala on 02/11/06 18:12
On Fri, 10 Feb 2006 17:21:30 +0000, John Navratil wrote:
> For more information you may wish to look into bugs.php.net at bug#
> 36355.
John, thanks for pointing that out to me. It seems that you are right,
something is wrong with the Oracle 10.2 environment but I am unable to
pinpoint what exactly it is. So far, I discovered that this applies not
only to PHP, but also to CGI scripts (using DBD). Now the number of files
that are protected is huge:
find $ORACLE_HOME \( -perm 750 -o -perm 640 \) -print|wc -l
7890
Now, doing something like chmod -R o+rx $ORACLE_HOME would probably solve
the problem, but it might introduce few other problems as well. I'm
considering downloading 10.1 client and linking PHP against it to see
whether the problem persists.
--
http://www.mgogala.com
[Back to original message]
|