아파치의 컴파일 옵션에서 enable-modue=so 가 아니라
enable-module=most 인거 같은데요. 옵션을 이렇게 줘보시죠.
./configure --prefix=/usr/local/apache
--with-perl=/usr/local/bin/perl
--enable-module=most
--enable-shared=max
그 후에 make ; make install 하면 잘 설치될겁니다.
솔라리스7에서라면 최소한 컴파일러(gcc 등), flex, perl, autoconf 의
패키지는 설치되어 있어야 할겁니다.--이 곳에 서명을 적어주십시오