Re: [PHP-INST] installing php under linux

2002-05-18 Thread Austin Gonyou
./configure --with-mysql --with-apxs=/path/to/apxs(unless it's installed globally. ie /usr/bin/apxs) On Sat, 2002-05-18 at 13:51, Erik wrote: > hi, > > when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i > already > added > > AddType appalication/x-httpd-php .php to httpd.conf

[PHP-INST] installing php under linux

2002-05-18 Thread Erik
hi, when i run /usr/local/apache/bin/httpd -l mod_php4.c isn't listed i already added AddType appalication/x-httpd-php .php to httpd.conf but php doesn't work correctly ./configure --with-mysql i would like php as apache module (it works beter) is there a linux "guru" around who can explain thi