From owner-freebsd-questions Tue Aug 29 10:18:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from castor.e-lingo.com (castor.e-lingo.com [63.200.147.16]) by hub.freebsd.org (Postfix) with ESMTP id 3C30737B423 for ; Tue, 29 Aug 2000 10:18:17 -0700 (PDT) Received: from meagan (node226.e-lingo.com [63.200.147.226] (may be forged)) by castor.e-lingo.com (8.9.3/8.9.3) with ESMTP id KAA04553; Tue, 29 Aug 2000 10:18:13 -0700 (PDT) (envelope-from meagan@e-lingo.com) Message-ID: <02e101c011dd$04acec20$e293c83f@elingo.com> From: "Meagan Jia Pi" To: "Troy Settle" , References: Subject: Re: installing apache+php+mySQL Date: Tue, 29 Aug 2000 10:17:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 Disposition-Notification-To: "Meagan Jia Pi" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yesterday on a machine running 4.4 release, I installed what I needed this way: cvsup'd my ports tree cd /usr/ports/www/apache-13 make install & make clean cd /usr/ports/www/mod_php make install & make clean After that, my php scripts worked. :-) But when I run pkg_info, I only see mysql-client-3.22.32 Multithreaded SQL database (client) installed. My questions is that do I need to install mysql server? Many thanks! -Meagan > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message