Hi, I'm trying to install php 4.4 from source, and my server has Apache 2.0, but it lacks apxs. How can I install php then? What option should I use in the configure (--with-apxs2=... does not work because it does not find the apxs app). Any hints will be appreciated. Thanks.
I forgot to mention that the current php on that server was compiled with --with-apxs2=/usr/sbin/apxs, but there is not such file at /usr/sbin !