ampcache and php

Philippe Audéoud jadawin at FreeBSD.org
Sat Jan 3 20:35:33 UTC 2009


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?
> 

Hello,

ampache has a dependency with php port.

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

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

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

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

-- 
Philippe Audéoud


More information about the freebsd-ports mailing list