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
I am trying to upgrade GD on redhat 9.
I was able to install it but need to rebuild php to get it running.
Since php.net says they do not distribute unix binaries, I decided the
easiest way to get GD2 working was to upgrade to php 4.3.11
Unfortunately, this did not work. I get this error.
[EMAIL
On Wednesday 10 December 2003 02:00, Sean Willis wrote:
> I'm having problems installing PHP4 on IIS6 on a Windows Server 2003
> system. I read all the stuff and everytime I point the browser too a php
> page on my server it says page not found. If you can help me since I do not
> like ASP pages.
I'm having problems installing PHP4 on IIS6 on a Windows Server 2003 system.
I read all the stuff and everytime I point the browser too a php page on my
server it says page not found. If you can help me since I do not like ASP
pages.
_