Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2009 21:35:15 +0100
From:      Philippe =?iso-8859-1?Q?Aud=E9oud?= <jadawin@FreeBSD.org>
To:        FreeBSD Ports List <freebsd-ports@FreeBSD.ORG>
Subject:   Re: ampcache and php
Message-ID:  <20090103203515.GA2576@tuxaco.net>
In-Reply-To: <20090103191640.GA18172@teddy.fas.com>
References:  <20090103191640.GA18172@teddy.fas.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 03 Jan 2009, stan wrote:

> I am trying to install the ampcache port on a 7.1 system. This package is
> written in PHP, but it does not look as though the port has a dependecy on
> a PHP port. What PHP port should I install?
>=20

Hello,

ampache has a dependency with php port.

$vim /usr/ports/www/ampache/Makefile
[...]
USE_PHP=3D        mysql pcre session iconv
WANT_PHP_WEB=3D   yes
[...]

and=20
$vim /usr/ports/Mk/bsd.php.mk

WANT_PHP_WEB=3Dyes  - Want the Apache Module or the CGI version of PHP.

You should install mysql, pcre, session and iconv php extensions.

--=20
Philippe Aud=E9oud



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090103203515.GA2576>