Archive for 'pkgsrc'
Q: I tried to compile pkgsrc’s PHP with fastcgi support but it didn’t work, why?
A: First, make sure you are passing the fastcgi option correctly, one way to do this is simply:
$ sudo env PKG_OPTIONS.php=fastcgi make install
Once that completes, there are now two php binaries on your system.
The cli binary:
$ /usr/pkg/bin/php -v
PHP 4.4.4 (cli) (built: Dec 5 2006 07:12:02)
[…]
Posted: January 16th, 2007 under Answers, NetBSD, pkgsrc.
Comments: none
