[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: apache,php,mysql
Quoting Felix Kronlage <fkr@grummel.net>:
> On Wed, Jan 31, 2001 at 11:43:10AM -0800, Charles D. Burgess wrote:
>
> > If apache is installed already. How do I get rid of it to
> > compile it with php?
>
> you don't need to get rid of it, just go to
> /usr/ports/www/php{3|4}/ and type a 'make install'.
>
You'd also find FLAVORS pretty essential to using the PHP port.
$ cd /usr/ports/www/php4
$ make show VARNAME=FLAVORS
(select which ones you want)
$ make install FLAVOR="mysql imap gettext curl"
(as an example set of flavours)
Read packages(7) and ports(7) too.
--
Anil Madhavapeddy, <anil@recoil.org>