Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38541 invoked by uid 500); 1 May 2002 15:50:57 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 38530 invoked from network); 1 May 2002 15:50:56 -0000 Received: from mailgate.ias.edu (192.16.204.20) by daedalus.apache.org with SMTP; 1 May 2002 15:50:56 -0000 Received: from pico.admin.ias.edu (pico.admin.ias.edu [198.138.242.10]) by mailgate.ias.edu (8.9.3/Pro-8.9.3) with ESMTP id LAA04292 for ; Wed, 1 May 2002 11:50:58 -0400 (EDT) Received: by pico.admin.ias.edu with Internet Mail Service (5.5.2653.19) id ; Wed, 1 May 2002 11:50:56 -0400 Message-ID: <9B3CEA6AE680D41190DB00508B0EA5DCCF40BE@pico.admin.ias.edu> From: Hong Tian To: "'users@httpd.apache.org'" Subject: RE: upgrade Date: Wed, 1 May 2002 11:50:55 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > if PHP is already statically linked How to decide that our PHP is already statically linked? 1) statically linked if use --enable-module=php4 only. 2) Not statically linked if use --enable-module=php4 and --enable-shared=php4. Based on our compiling version 2), our PHP is already statically linked? No matter Module mod_so is existing our Web server, we have to recompile Apache and PHP. Am I right? -----Original Message----- From: Michael Marziani [mailto:michaelm@kw.com] Sent: Wednesday, May 01, 2002 11:28 AM To: users@httpd.apache.org Subject: RE: upgrade I would think that if PHP is already statically linked that you would have to either: a) recompile apache without PHP so that you can created a shared object for it or b) recompile apache with the new version of PHP statically linked I might be wrong, but I think any statically linked module would prevent using the same module as a shared object. I think you'll have to recompile. -Michael ____________________________ Michael D. Marziani Systems Administrator Keller Williams Realty Int'l -----Original Message----- From: Hong Tian [mailto:htian@ias.edu] Sent: Wednesday, May 01, 2002 10:29 AM To: 'users@httpd.apache.org' Cc: 'htian@ias.edu' Subject: RE: upgrade Sebastian and Chad, (1) Our Apache is version 1.3.22. By Apache documentation the mod_so is built in by default. It is good for us to use mod_so now. # httpd -l | grep httpd mod_so.c But before we can use mod_so, I have a question about our original compiling options. We only use --enable-module=php4, and didn't use --enable-shared=php4. Will it be a problem to use mod_so? # ./configure \ > --activate-module=src/modules/php4/libphp4.a \ --enable-module=php4 \ ... (2) Would you provide a sample of more details how to upgrade PHP or where can I find it? Thanks, Hong -----Original Message----- From: Sebastian Wolfgarten [mailto:sebastian.wolfgarten@gmx.net] Sent: Wednesday, May 01, 2002 9:43 AM To: users@httpd.apache.org Subject: RE: upgrade Hi Hong, usually using mod_so you can just update php without the need to compile everything else. For instance you can use the compile options phpinfo shows you to compile a newer version of php. that's it, hopefully. bye, sebastian --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org