はじめまして、junseiといいます。
>Apacheをインストール
>OPTIM="-02" ./configure --enable-module=so --prefix=/home/apache \
>--sysconfdir=/etc/apache --bindir=/usr/sbin --sbindir=/usr/sbin
確かここで DSO有効にするための
--enable-shared=max
が必要だったような。
junsei