On Wed, 27 Jun 2001, Chris wrote:
>Hi,
>I've succesfully installed php 4.0.1pl1 on my Linux Server few months ago,
>and now I wanted to recompile it with some more modules.
>I went to the installation directory then I've deleted the config.cache file
>and:
>
This should work better:
./configure --with-all-modules-I-need
make clean
make
make install
Notice the 'make clean'.
And best way to get really clean sources is to rm -rf the 'old' ones
and unpack the sources from tar.gz again.
--Jani
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]