Click to See Complete Forum and Search --> : PHP/RedHat 7.1


Anon
05-01-2001, 12:13 PM
I have installed RedHat 7.1 and the RPM build of apache that came with the CD. the file system layout is different for the RPM build than recompiling apache. Now I want to install PHP, anyone know how to compile PHP to work with the Apache RPM build?

Thanks.

brandonschnell
05-01-2001, 12:23 PM
you should just need to install the apache-devel rpms then configure php with your favorite config options using --with-apxs for apache support.

Anon
05-01-2001, 12:27 PM
Wow! How did I miss this. I guess I'm so use to compiling it that I forgot that there's an RPM for both binary and development.

Thanks.