php-install Digest 10 Jan 2003 18:28:36 -0000 Issue 1195
Topics (messages 9652 through 9655):
Install problem withApache 2.0.42 and PHP 4.3
9652 by: Sebastian Grobosch
php4.3.0 redhat 8 make problem
9653 by: Gareth Thomas
[WDDX]--Try to compil --enable-wddx
9654 by: Tec
php install on HPUX
9655 by: Taylor Lewick
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I want to install the Apache 2.0.42 and PHP 4.3 on my Debian 3.0 Linux.
I installed the apache without problems. php 4.3 is compiled and so i think
it is installed.
But know, I had to tell the apache, what to do with .php files
(Apache is installed in : /usr/local/apache2/current/
php.ini is in /etc/ )
I added this lines to the httpd.conf:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
But every time I'll want to access http://localhost/XXX.php the browser
wants to download XXX.php
There must be something wrong configured in the httpd.conf, so that the
apache doesn't recognize the *.php file....
Need help :-)), thx
Sebastian Grobosch
--- End Message ---
--- Begin Message ---
Hi,
I am trying to install 4.3.0 on RH 8.0 with Apache 2.0.40. The ./configure
works fine, however running make install produces the following error:
Installing PHP SAPI module
cp: cannot stat `sapi/cgi/php': No such file or directory
make: *** [install-sapi] Error 1
Does anyone have any idea what this error means?
Thanks in advance for any help.
Gareth
--- End Message ---
--- Begin Message ---
Hi !
I'm a developper but not a sys admin but today i must be it in order to
configure PHP with wddx extension...but i don't know where i must type
"./configue --enable-wddx" on my mandrake 9.0 server...where is the php
folder ? (find -name...give me no great response)...must i do that on php
folder or apache folder ?
Note : It's a PHP4.2.3 installed by default with my mandrake...so i never
need to compil it before...
thx a lot for u answers...
Great, Stef.
--- End Message ---
--- Begin Message ---
Hi all. I have apache 1.3.27 and php4.3.0 installed on my HP-UX machine.
Now I want to load php into apache. So I ran the ./configure-status \
--activate-module=src/modules/php4/libmodphp4.a
This worked fine. Then I ran gmake, and it works until the following...
gcc -c ...
mod_php4.c php_apache_http.h: No such file or directory
I realize the mod_php4.c is unable to find the path to the include files (.h files)
How do I fix this. Is this something I need to specify in php.ini? I have tried \
manuall specifying the path in the c code, but that only works until another .h file \
is called...?
Thanks,
Taylor
Taylor Lewick
Unix System Administrator
Fortis Benefits
816 881 6073
"Help Wanted. Seeking Telepath..."
"You Know where to apply."
****************************************************************
Please Note
The information in this E-mail message is legally privileged
and confidential information intended only for the use of the
individual(s) named above. If you, the reader of this message,
are not the intended recipient, you are hereby notified that
you should not further disseminate, distribute, or forward this
E-mail message. If you have received this E-mail in error,
please notify the sender. Thank you
*****************************************************************
--- End Message ---