Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 18:02:56 -0600 (CST)
From:      Philip Hallstrom <freebsd@philip.pjkh.com>
To:        Dave <dmehler26@woh.rr.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: horde on freebsd6
Message-ID:  <20060213180133.N8037@bravo.pjkh.com>
In-Reply-To: <004801c630ea$3fa8b7a0$0200a8c0@satellite>
References:  <004801c630ea$3fa8b7a0$0200a8c0@satellite>

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello,
>   I've got php4 and apache installed on freebsd6 with several php4 
> extensions. Now i want to install horde and imp to test them out while 
> atempting to decide if horde would be suitable as a webmail solution. I try 
> the install via ports, but pear always stops saying the port requires the cli 
> or cgi version of php, but i have a conflicting port installed. I've already 
> got php4 installed, does anyone have a workaround for this?
> Thanks.

Not that I've done it, but /usr/ports/devel/pear/Makefile has this in it:

WANT_PHP_SCR=   yes

And in /usr/ports/Mk/bsd.php.mk there are these:

# WANT_PHP_CLI=yes  - Want the CLI version of PHP.
# WANT_PHP_CGI=yes  - Want the CGI version of PHP.
# WANT_PHP_MOD=yes  - Want the Apache Module for PHP.
# WANT_PHP_SCR=yes  - Want the CLI or the CGI version of PHP.
# WANT_PHP_WEB=yes  - Want the Apache Module or the CGI version of PHP.
# You may combine multiple WANT_PHP_* knobs.

So maybe it's as simple as:

make install WANT_PHP_MOD=yes

Maybe...

good luck!



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