Ok, I have read through all the posts here and cannot find a solution to my problem.
I installed apache using mod support. Apache is working just fine.
I installed PHP using
./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs
make
make install
I recieved no errors. I made sure httpd.conf has the following info
LoadModule php4_module modules/libphp4.so
I also made sure mime-types has
AddType application/x-httpd-php .php
And when I run a simple php page I get a blank page, and can see the php source when I view source.
I know this has been discussed several times on this site, but those solutions did not solve my problem.
Thanks for any help.