From owner-freebsd-questions Tue Aug 29 10: 4:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from buggy.dashit.net (dashit.net [209.100.22.254]) by hub.freebsd.org (Postfix) with SMTP id 136F237B42C for ; Tue, 29 Aug 2000 10:04:53 -0700 (PDT) Received: (qmail 8197 invoked from network); 29 Aug 2000 17:06:34 -0000 Received: from max-04-port-017.psk.picusnet.com (HELO phat) (198.76.107.81) by dashit.net with SMTP; 29 Aug 2000 17:06:34 -0000 From: "Troy Settle" To: Subject: RE: installing apache+php+mySQL Date: Tue, 29 Aug 2000 13:04:04 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <01a301c01188$5f5a1ee0$4c44023e@aldrin> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Uhm... close. cd /usr/ports/www/mod_php[3|4] make install This port will build all dependancies for you, including apache, mysql, gd, tds, imap, snmp, freetype, etc... g'luck, -Troy -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of locus Sent: Tuesday, August 29, 2000 3:12 AM To: questions@freebsd.org Subject: Re: installing apache+php+mySQL >Hi, >How do I install the latest apache , php and mySQL at the same time? >Thanks! >Meagan 1. cvsup your ports tree. 2. cd /usr/ports/databases/mysql322-server ; make && make install && make clean 3. cd ../mysql322-client ; make && make install && make clean 4. cd /usr/ports/www/apache-php4 ; make && make install && make clean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message