Date: Tue, 29 Aug 2000 10:17:32 -0700 From: "Meagan Jia Pi" <meagan@e-lingo.com> To: "Troy Settle" <troy@psknet.com>, <questions@FreeBSD.ORG> Subject: Re: installing apache+php+mySQL Message-ID: <02e101c011dd$04acec20$e293c83f@elingo.com> References: <MFEBJBLFEGCPNJPPNNIECECPCAAA.troy@psknet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02e101c011dd$04acec20$e293c83f>