Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 57648 invoked by uid 500); 12 Jun 2002 00:37:08 -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 57637 invoked from network); 12 Jun 2002 00:37:08 -0000 Received: from unknown (HELO box.imptech.net) (66.250.21.181) by daedalus.apache.org with SMTP; 12 Jun 2002 00:37:08 -0000 Received: from succubus (c-24-130-128-84.we.client2.attbi.com [24.130.128.84]) by box.imptech.net (8.11.6/8.11.6) with SMTP id g5C0cAk59659; Tue, 11 Jun 2002 17:38:10 -0700 (PDT) (envelope-from rune@imptech.net) Message-ID: <04d801c211a9$583af800$6501a8c0@succubus> From: "RuneImp" To: , References: <200206112027.g5BKRvM10711@linet.salemhospital.org> Subject: Re: PHP Module Date: Tue, 11 Jun 2002 17:37:15 -0700 Organization: ImpTech MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If your running PHP as a DSO: 1) Download the source for the version of PHP your going to use. 2) Review the PHP manual for the proper configure command to add your new feature. 3) Copy the "Configure Command" info that is given when you use phpinfo() and add the new command to it what you got from the manual. 4) Go to the directory where the PHP source is. 5) Run your new "Configure Command". 6) make 7) make install 8) apachectl configtest 9) apachectl graceful That should do ya. If you get any errors during any of those steps figure out the problem & fix it before going to the next step. Good luck. -=- RuneImp ImpTech - Web Design, Hosting & Computer Tech http://imptech.net rune@imptech.net ----- Original Message ----- From: "Phil" To: Sent: Tuesday, June 11, 2002 1:40 PM Subject: PHP Module I want to recompile PHP with GNU MP functions, but it looks like my Apache server is using a PHP module. I'm not familiar with the modules and would like information on how to recompile the module with the extra functions. Can anyone help me with this? Phil --------------------------------------------------------------------- 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