[PHP-INST] java+php configuration problem

2001-12-30 Thread K Naga subramanian
Dear all I have red hat linux 7.2 php4.0.0 and apache. i tried to configure that with the following script Here are my steps: in /usr/local/php ./configure --with-apxs=/usr/local/apache/bin/apxs --with-java=/usr/local/jdk1.3.1 --enable-track-vars make make install cp php.ini-di

[PHP-INST] Re: Installing PHP on Linux

2001-12-30 Thread Fred
from the manual: 1. gunzip apache_1.3.x.tar.gz 2. tar xvf apache_1.3.x.tar 3. gunzip php-x.x.x.tar.gz 4. tar xvf php-x.x.x.tar 5. cd apache_1.3.x 6. ./configure --prefix=/www 7. cd ../php-x.x.x 8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars 9. make 10. make

php-install Digest 30 Dec 2001 22:02:10 -0000 Issue 626

2001-12-30 Thread php-install-digest-help
php-install Digest 30 Dec 2001 22:02:10 - Issue 626 Topics (messages 5406 through 5408): Installing PHP on Linux 5406 by: Ronny-André Bendiksen 5407 by: B. van Ouwerkerk Re: Please Help - "Invalid URI in request GET" 5408 by: B. van Ouwerkerk Administrivia: To sub

Re: [PHP-INST] Please Help - "Invalid URI in request GET"

2001-12-30 Thread B. van Ouwerkerk
>Am running Apache 1.3.19 on windows me and php4.0.4...all seems to have >installed without any problems but when i seem to be getting an error > >[error] [client 127.0.0.1] Invalid URI in request GET /test.php HTTP/1.1 > >This seems to be a fairly common error looking thru all the forums but >no

Re: [PHP-INST] Installing PHP on Linux

2001-12-30 Thread B. van Ouwerkerk
> Then I reinstalled PHP, and then it didn't work then either! >What could possibly be the problem? Any one know how to install it >correctly? You need to install MySQL then PHP and then Apache. Take a look at www.devshed.com click serverside and look for an article about installing those to

[PHP-INST] Installing PHP on Linux

2001-12-30 Thread Ronny-André Bendiksen
Hi I got a "problem". I've got an older i586 machine which I am running Red Hat Linux 6.2 on (nothing better doesn't work). Yesterday, I installed Apache, MySQL and so on (the machine is going to run as an webserver). And then I installed PHP 4.1.1. I ran Apache, and tested it out. Then it only v