28 名前:名無しさん 投稿日:2002/04/11(木) 15:50 SparcSolaris8でDSOなapache2つくろうと ./configure --enable-modules=so \ --enable-mods-shared=all \ --disable-auth-digest すると configure: error: mod_so has been requested but cannot be built on your system って怒られちゃう〜ん config.logみると srclib/apr/include/apr.h で apr_int64_t の typedefが ちゃんと定義されていなくて #error Can not determine the proper size for apr_int64_t だと… srclib/apr/configure みたけど、どうやら型のチェックでこけてる模様 んー… なにがなにやらさぱーりわからん gcc --version は2.95.2 なんだけど、こういう事象でてる人いません? おかげで ./configure;make も同理由でダメポ シクシク
あ、linuxだとちゃんとcompile up したが make -n install したら…ワラタ
> *** 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.