> *** WARNING *** > >In order to build PHP as a Apache2 module on FreeBSD, you have to >add --with-tsrm-pth to your ./configure line. Therefore you need >to install gnu-pth from /usr/ports/devel/pth.
あとは、make install時に「Socket.phpが無いんじゃボケ!」とかいってコケたので 姑息にもtouch Socket.php にて何とかその場を誤魔化しました。 >Installing Net/Socket.php >cp: /usr/home/admin/work/php-4_2_0RC3/pear/Net/Socket.php: No such file or directory >*** Error code 1 >Stop in /usr/home/admin/work/php-4_2_0RC3/pear.
phpのconfigureオプションでRC3では、 --disable-cli Disable building CLI version of PHP. なのがRC4では、 --enable-cli EXPERIMENTAL: Enable building CLI version of PHP. に変更されてる模様。CLIインターフェース(wは今後は外れでせうか?