I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors out with the following:
Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs The output of apxs follows ./configure: apxs: command not found I've run the httpd -l command and I have the mod_so.c configured into apache as you can see below Compiled-in modules: http_core.c mod_so.c suexec: enabled; valid wrapper /usr/sbin/suexec I then tried to find the "apxs" file on my machine and well it returns nothing. Does anyone have any ideas on what I can do? Thanks..