検討!目論見検討委員会

最近はコミケの締切情報メイン

netBSD4.0にapache

ソースからビルド(コンパイルより響きが良い)。

wget ftp://ftp.lab.kdd.co.jp/infosystems/apache/dist/httpd/httpd-2.2.8.tar.gz
tar zvxf httpd-2.2.8.tar.gz 
./configure --prefix=/usr/local/ --datadir=/usr/share --enable-ssl --enable-so --with-included-apr
make
make install

 --with-included-aprがないと、以下のように怒られる。べ、別に好きで怒って(ry

Configuring Apache Portable Runtime library ...

checking for APR... sed: "./srclib/apr/include/apr_version.h": No such file or directory
configure: error: failed to find major version of bundled AP