Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2006 03:07:09 GMT
From:      Gustavo Picón <gpicon@aureal.com.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91897: horde fails to install when php wasn't installed as a module
Message-ID:  <200601170307.k0H379wL083077@www.freebsd.org>
Resent-Message-ID: <200601170310.k0H3ADR0055877@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91897
>Category:       ports
>Synopsis:       horde fails to install when php wasn't installed as a module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 17 03:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gustavo Picón
>Release:        6.0-RELEASE
>Organization:
Aureal Systems
>Environment:
FreeBSD elysium.aureal 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sun Nov  6 13:55:23 PET 2005     root@elysium.aureal:/usr/obj/usr/src/sys/AUREAL  i386

>Description:
When PHP isn't installed as an apache module horde fails to install because it requires:
WANT_PHP_MOD= yes
instead of
WANT_PHP_WEB= yes
in the Makefile.
Horde works as CGI/Fastcgi without problems.
>How-To-Repeat:
Install www/php[45]-cgi
Install www/horde


>Fix:
Replace
WANT_PHP_MOD= yes
with
WANT_PHP_WEB= yes
in /usr/ports/www/horde/Makefile
>Release-Note:
>Audit-Trail:
>Unformatted:



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