View Single Post
  #3  
Old 01-10-2009, 08:54 PM
diggs diggs is offline
New Member
 
Join Date: Jan 2009
Posts: 6
While I'm not quite sure exactly what this issue was, this allowed me to compile fully and get the server up and running w/ new php no problem.

Granted this post was applicable towards apache, it has helped me here. I would love to know exactly what the issue was here if anyone knows.

Referring post > HERE

Quote:
... in this case the issue is ... the security setting for SELinux that was selected at the time the operating system was installed. To get past the problem and allow the PHP Install to complete, we just turned enforcement off ..

setenforce 0
I was able to continue install and had no further issues w/ setup after this.

Possibly the permission denied errors in my config.log were actually caused by this instead?

Thank you.

Last edited by diggs; 01-10-2009 at 09:58 PM..
Reply With Quote