Using apxs to install a locally compiled version of php fails because apxs tries to install it to a 'modules' directory in the current directory, not into the apache tree. The fix I used is to manually edit /usr/sbin/apxs, changing the line: my $CFG_LIBEXECDIR = 'modules'; to: my $CFG_LIBEXECDIR = '/usr/lib/apache'; Will email a trivial patch. Simon
*** This bug has been marked as a duplicate of 5650 ***