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!
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to