If you are using an apache already installed, you may try to compile php as a module for apache :
./configure --with-apxs=/[Where is apache is installed]/bin/apxs make make install Do not forget to configure httpd.conf. You can discover where is the apache directory with the find command or whith the dpkg command. I use the source of apache1.3.20 and php-4.0.4pl1. Last, you may find Debian Potato packages with php-4.0.4pl1 at www.alcove-labs.org. (I don't try them) B. le sam 06-10-2001 at 00:13 Ariejan de Vroom a �crit : > I have a server running Debian/stable. This runs Apache 1.3.9, with PHP 4.03 > > I needed PHP 4.06, so I downloaded the source, untarred it, ./configure, > make, make install, just as the install doc tells us. > After that I swapped my old php.ini file in /etc/php4/php.ini with the > php.ini-dist file. Then I restarted apache. > > phpinfo() still tells me it is version 4.03. What could be wrong? Is phpinfo > mistaking? Or am I still using 4.03? > > -- Please cc: your reply to [EMAIL PROTECTED] thank you. > > > > -- > 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] -- 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]
