Re: [PHP-INST] Php only shows as text

2002-08-14 Thread Nick Couchman
Make sure that you define HAVE_PHP4 when you start apache. The other way to make sure that's not the problem is just to take out the "" statements around all the PHP stuff and have it load PHP regardless of what you define. --Nick Brandon Amundson wrote: > Hello, > > I just installed PHP 4.2.2

[PHP-INST] Php only shows as text

2002-08-14 Thread Brandon Amundson
Hello, I just installed PHP 4.2.2 on Apache 2.0.39 (on RH 7.2) and was able to get the source compiled and installed. I am still having a problem though. It seems that the module libphp4.so is no being invoked when I try to access a PHP page. All that is shown is the php (text). I copied the li