Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 62237 invoked by uid 500); 22 Oct 2002 21:40:31 -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 62224 invoked from network); 22 Oct 2002 21:40:31 -0000 Received: from mail15.speakeasy.net (HELO mail.speakeasy.net) (216.254.0.215) by daedalus.apache.org with SMTP; 22 Oct 2002 21:40:31 -0000 Received: (qmail 15260 invoked from network); 22 Oct 2002 21:40:37 -0000 Received: from unknown (HELO sigil.mechanus.org) ([66.93.25.174]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 22 Oct 2002 21:40:37 -0000 Received: (from apache@localhost) by sigil.mechanus.org (8.11.2/8.11.2) id g9MLaFl21014 for users@httpd.apache.org; Tue, 22 Oct 2002 16:36:15 -0500 X-Authentication-Warning: sigil.mechanus.org: apache set sender to segleaur@mechanus.org using -f Received: from inecce-pxy02.zcce.compaq.com (inecce-pxy02.zcce.compaq.com [161.114.1.182]) by webmail.mechanus.org (IMP) with HTTP for ; Tue, 22 Oct 2002 16:36:14 -0500 Message-ID: <1035322574.3db5c4cebb6b0@webmail.mechanus.org> X-Priority: 3 (Normal) Date: Tue, 22 Oct 2002 16:36:14 -0500 From: Rodolfo Segleau To: users@httpd.apache.org References: <3DB5ABC6.4060502@borland.com> <022f01c27a0d$91e1e7e0$13c01dd0@shadowfax> <077901c27a13$31fc97c0$08071bce@WS4> In-Reply-To: <077901c27a13$31fc97c0$08071bce@WS4> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-WebMail-Company: Mail at Mechanus.org - By Horde (www.horde.org) X-Originating-IP: 161.114.1.182 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Recompiling apache - slightly OT > ----- Message from jcoby@listingbook.com --------- > Date: Tue, 22 Oct 2002 17:37:18 -0400 > From: Jacob Coby > Reply-To: users@httpd.apache.org > Subject: Re: [users@httpd] Recompiling apache > To: users@httpd.apache.org > > > Now I want to add PHP module with Mysql support > > What should I do? > > Should I repeat the above steps and add the following before compiling > > apache: > > > > $ cd php-4.x.y > > $ ./configure --with-mysql --with-apxs > > $ make > > $ make install > > You don't have to recompile apache, just php, and just like you wrote. > IIRC, mysql compatability is automatically included in php, so you'll just > need the --with-apxs line. Be prepared, compiling php takes a while :) > > -Jacob > > true that php has it's own mysql client, but you have to specify --with-mysql in any case. It's actually better if you can link the --with- mysql=/path/to/libs and not use the built in mysql client. Cheers, Rodolfo -- If we all worked on the assumption that what is accepted as true is really true, there would be little hope of advance. - Orville Wright --------------------------------------------------------------------- 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 " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org