I need to recompile PHP5 on my test BlueOnyx box and have encountered a problem.  When I run the confgiure script I get the following:<br><br><div style="margin-left: 40px;">Sorry, I cannot run apxs.  Possible reasons follow:<br>
<br>1. Perl is not installed<br>2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs<br>3. Apache was not built using --enable-so (the apxs usage page is displayed)<br><br>The output of /usr/sbin/apxs follows:<br>
./configure: line 6699: /usr/sbin/apxs: No such file or directory<br>configure: error: Aborting<br></div><br>I see that Apache2 is installed via RPM but php was likely compiled however Apache doesn't seem to be compiled with "--enable-so".  BTW I am just taking the configure script variables from the phpinfo(); output.<br>
<br>Any ideas?<br><br>Scott.<br><br>