RE: [PHP] Re-Compiling PHP HELP

2002-03-04 Thread Dan Vande More
Are you just compiling and installing php? Because you have to make clean,make, stop apache, and make install apache as well. No need to configure, your old conf will work just fine. This may not be entirely correct, but it has always worked for me. Dan -Original Message- From: James Tay

Re: [PHP] Re-Compiling PHP HELP

2002-03-04 Thread Rasmus Lerdorf
--with-apache builds the static library version of PHP which is linked into Apache. If you use this switch you need to recompile Apache as well which you haven't done. Please read the INSTALL file that came with PHP. -Rasmus On Mon, 4 Mar 2002, James Taylor wrote: > I'm trying to compile 4.1.