【祝】 Apache 2.0 Gold Release

このエントリーをはてなブックマークに追加
28名無しさん
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 したら…ワラタ