Re: [PHP] PHP5 Build - test.php not working

2006-02-02 Thread Tod Thomas
Richard Lynch wrote: On Mon, January 30, 2006 8:08 pm, Tod Thomas wrote: I just built phpV5.1.2 with the same options I used to build php4: ./configure --prefix=/opt/php5 --with-apxs2=/opt/apache/bin/apxs --with-mysql=/opt/mysql --disable-cgi --with-zlib After make install I had libphp5.so

Re: [PHP] PHP5 Build - test.php not working - Solved

2006-02-02 Thread Tod Thomas
Tod Thomas wrote: I just built phpV5.1.2 with the same options I used to build php4: ./configure --prefix=/opt/php5 --with-apxs2=/opt/apache/bin/apxs --with-mysql=/opt/mysql --disable-cgi --with-zlib After make install I had libphp5.so in the ./apache/modules directory as expected. I

Re: [PHP] PHP5 Build - test.php not working

2006-02-01 Thread Tod Thomas
Richard Correia wrote: can you try httpd -v, which all dynamic modules are listed? Sorry I took so long. -v just displays the version. This provides what you asked for I think: /httpd -e debug [Tue Jan 31 18:11:38 2006] [debug] mod_so.c(248): loaded module access_module [Tue Jan 31

Re: [PHP] PHP5 Build - test.php not working

2006-01-31 Thread Richard Lynch
On Mon, January 30, 2006 8:08 pm, Tod Thomas wrote: I just built phpV5.1.2 with the same options I used to build php4: ./configure --prefix=/opt/php5 --with-apxs2=/opt/apache/bin/apxs --with-mysql=/opt/mysql --disable-cgi --with-zlib After make install I had libphp5.so in the

[PHP] PHP5 Build - test.php not working

2006-01-30 Thread Tod Thomas
I just built phpV5.1.2 with the same options I used to build php4: ./configure --prefix=/opt/php5 --with-apxs2=/opt/apache/bin/apxs --with-mysql=/opt/mysql --disable-cgi --with-zlib After make install I had libphp5.so in the ./apache/modules directory as expected. I commented out my

Re: [PHP] PHP5 Build - test.php not working

2006-01-30 Thread Richard Correia
I think your webserver is not treating .php as script file. AddType application/x-httpd-php .php http://www.weberdev.com/Manuals/PHP/install.windows.apache2.html The above instructions are for windows, but you will get the idea. Thanks, Rich On 1/31/06, Tod Thomas [EMAIL PROTECTED] wrote:

Re: [PHP] PHP5 Build - test.php not working

2006-01-30 Thread Tod Thomas
Richard Correia wrote: I think your webserver is not treating .php as script file. AddType application/x-httpd-php .php http://www.weberdev.com/Manuals/PHP/install.windows.apache2.html The above instructions are for windows, but you will get the idea. Thanks, Rich I thought about

Re: [PHP] PHP5 Build - test.php not working

2006-01-30 Thread Richard Correia
can you try httpd -v, which all dynamic modules are listed? Rich On 1/31/06, Tod Thomas [EMAIL PROTECTED] wrote: Richard Correia wrote: I think your webserver is not treating .php as script file. AddType application/x-httpd-php .php