apachectl start提示:Bus error (core dumped)
新装的FreeBSD5.3,然后马上安装apache,怎么有问题啊:
tar zxvf httpd-2.0.47.tar.gz
cd httpd-2.0.47
./configure --prefix=/usr/local/apache --enable-modules=so
make
make install
/usr/local/apache/bin/apachectl start
Bus error (core dumped)
怎么搞的?