We have a situation where on a server (centos 5.4) where we will deploy an application, apache has been compiled and installed from source.
On my devel server I was using rpms for both apache and php 5.3.
Is it possible to use the php rpms without installing an rpm for apache, but rather use the compiled one on the server?
Is that possible or must I compile php too? I really would like to avoid that
Thanks