Did you configure Apache to use PHP? (Done by adding "
LoadModule php5_module libexec/libphp5.so"
and "AddType application/x-httpd-php .php .phtml"
and usually "AddType application/x-httpd-php-source .phps"
to httpd.conf).
You also have to tell PHP to make an Apache shared file by adding this
to c
Try "bash
Mike Volmar wrote:
[EMAIL PROTECTED] php-4.3.11]# ./configure
: bad interpreter: No such file or directory
[EMAIL PROTECTED] php-4.3.11]#
Michael W. wrote:
Try running './configure' (minus quotes).
On Thu, April 7, 2005 8:27 am, Mike Volmar said:
Thanks. I tried it.
I still get the comm
Hi All,
I did a source install, of which I'm a newb at, and then created a
index.php file containing the following,
phpinfo();
?>
but, that shows in the browser, Firefox, when typing
localhost/index.php. I've confirmed that httpd is running, and generates
pages as I got the Apache welcome p