[PHP-INST] Make problem with apache 1.3.26 & php 4.2.1 in linux (kernel 2.2.16-3).2.

2002-06-25 Thread james sebastian
Dear friends, I have a problem in configuraing apache 1.3.26 & php 4.2.1 in our server. We are running at present 1.3.20 apache & php 4.0.6. (Os: Linux 6.2 redhat, kernel: 2.2.16-3) we used the follwing steps for compliation This is the error when i do make (php-4.2.1) [root@www php-4.2.1]# m

Re: [PHP-INST] Apache 1.3.26?

2002-06-25 Thread Rasmus Lerdorf
> On Tue, 25 Jun 2002, Rasmus Lerdorf wrote: > > > Did you follow the INSTALL file instructions carefully step by step? If > > so, where are things going wrong? > > Yes indeed. > > Where things go wrong depends heavily upon which method I use to compile > PHP... > > If I use --with-apxs, I am abl

Re: [PHP-INST] Apache 1.3.26?

2002-06-25 Thread the baldheadedguy
On Tue, 25 Jun 2002, Rasmus Lerdorf wrote: > Did you follow the INSTALL file instructions carefully step by step? If > so, where are things going wrong? Yes indeed. Where things go wrong depends heavily upon which method I use to compile PHP... If I use --with-apxs, I am able to produce a lib

[PHP-INST] zend parsing

2002-06-25 Thread Kelly Lewis
Hi, I've recently re-configured my php build 4.0.6 to include mcrypt and mhash functionality. After doing so, any of the Zend-encoded scripts on the server are not displaying properly. It looks to be displaying the binary as a text file within the browser. Does anyone know what might be cau

Re: [PHP-INST] Apache 1.3.26?

2002-06-25 Thread Rasmus Lerdorf
Did you follow the INSTALL file instructions carefully step by step? If so, where are things going wrong? On Tue, 25 Jun 2002, the baldheadedguy wrote: > Hello, > > I've recently begun upgrading my Apache installation due to the Apache's > security alert to version 1.3.26. However, I cannot *f

Re: [PHP-INST] mod_php4.c

2002-06-25 Thread Thies C. Arntzen
On Tue, Jun 25, 2002 at 02:25:28AM -0700, Peter Richards wrote: > I have redhat 7.2 and default apache.rpm. i compiled PHP4 no problem and > have libphp4.so in the modules section > > here is the errorlog messages on loading apache > > [Mon Jun 24 00:04:40 2002] [error] Cannot remove module mo

Re: [PHP-INST] configuration issue

2002-06-25 Thread Jason Reid
You set the server inside the php script, not in the configuration. - Original Message - From: "Tyler Durdin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 12:41 PM Subject: [PHP-INST] configuration issue > How can i configure PHP with a mysql database that r

[PHP-INST] Apache 1.3.26?

2002-06-25 Thread the baldheadedguy
Hello, I've recently begun upgrading my Apache installation due to the Apache's security alert to version 1.3.26. However, I cannot *for the life of me* get php 4.2.1 to work with it. I've tried both building Apache first, then building php using apxs, and building php first --with-apache, then

[PHP-INST] php and imap compilation

2002-06-25 Thread Marian Vasile
I'm trying to compile php with imap support on my Mandrake linux machine. But I get an error saying that: configure: error: Cannot find imap library. Please check your IMAP installation. Where this IMAP library should be located ? Plz help. -- PHP Install Mailing List (http://www.php.net/)

[PHP-INST] configuration issue

2002-06-25 Thread Tyler Durdin
How can i configure PHP with a mysql database that resides on a differrent server. I am trying to setup a server with Apache and PHP and a seperaste standalone DB Server with mySQL on it. What kind of permissions would I need on the DB server to allow PHP to access it? and how do I tell PHP tha

Re: [PHP-INST] mod_php4.c

2002-06-25 Thread Rasmus Lerdorf
You really should read the INSTALL file. On Tue, 25 Jun 2002, Peter Richards wrote: > I have redhat 7.2 and default apache.rpm. i compiled PHP4 no problem and > have libphp4.so in the modules section > > here is the errorlog messages on loading apache > > [Mon Jun 24 00:04:40 2002] [error] Can

[PHP-INST] mod_php4.c

2002-06-25 Thread Peter Richards
I have redhat 7.2 and default apache.rpm. i compiled PHP4 no problem and have libphp4.so in the modules section here is the errorlog messages on loading apache [Mon Jun 24 00:04:40 2002] [error] Cannot remove module mod_php4.c: not found in module list [Mon Jun 24 00:04:40 2002] [alert] httpd:

php-install Digest 25 Jun 2002 16:22:36 -0000 Issue 901

2002-06-25 Thread php-install-digest-help
php-install Digest 25 Jun 2002 16:22:36 - Issue 901 Topics (messages 7458 through 7463): undefined symbol: png_get_error_ptr when starting apache 7458 by: Ostdeutschland.gmx.de Re: installing PHP as mod_php on Apache 2.0.39 7459 by: B. PERRINE Re: The requested URL /METHOD

[PHP-INST] mod_php4.c

2002-06-25 Thread Peter Richards
I have redhat 7.2 and default apache.rpm. i compiled PHP4 no problem and have libphp4.so in the modules section here is the errorlog messages on loading apache [Mon Jun 24 00:04:40 2002] [error] Cannot remove module mod_php4.c: not found in module list [Mon Jun 24 00:04:40 2002] [alert] httpd:

[PHP-INST] safe_mode_include_dir not working?

2002-06-25 Thread andi
Hello, it seems that the config flag 'safe_mode_include_dir' is not working (at least not in 4.0.x). I didn't find a note which php version does include that configuration flag. Since i can't change the production environment from 4.0 to 4.2 or something, i hope that configuration flag works in

Re: Re[2]: [PHP-INST] The requested URL /METHOD=POST was not found on this server.

2002-06-25 Thread Denis Arh
what is the value of $PHP_X ? is it "METHOD=POST" ? - Original Message - From: "Patrick Estermann" <[EMAIL PROTECTED]> To: "Denis Arh" <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 3:07 PM Subject: Re[2]: [PHP-INST] The requested URL /METHOD=POST was not found on this server. > Th

Re: [PHP-INST] The requested URL /METHOD=POST was not found on this server.

2002-06-25 Thread Denis Arh
METHOD is an atribute of FORM tag, you don't put it in ACTION attribute... with ACTION you tell a browser where to send data and with METHOD how to send them, so: and not right? - Original Message - From: "Estermann Patrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesd

Re: [PHP-INST] installing PHP as mod_php on Apache 2.0.39

2002-06-25 Thread B. PERRINE
The option to use is : --with-apxs2=/path/to/apxs B. Le lun 24/06/2002 à 10:57, Dapid Candra a écrit : > Hello, > > I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure > PHP to run as mod_php. > > Is anyone have a step-by-step installation documentation on this? I tried

[PHP-INST] undefined symbol: png_get_error_ptr when starting apache

2002-06-25 Thread Ostdeutschland
Hi, after setting up my server for the fifth this night I'm giving up.. Does anybody know, why I'm getting the following error? [root@router bin]# ./apachectl startssl Syntax error on line 239 of /usr/local/apache/1.3.26/conf/httpd.conf: Cannot load /usr/local/apache/current/libexec/libphp4.so i