fedora core3를 사용중이며 설치하려는 apache와 php는 버젼이 2.0.53 / 5.0.3입니다.
configure의 옵션은 다음과 같이 설정하였습니다.
./configure \
--prefix=/usr/local/apache \
--enable-mods-shared=most \
--enable-modules=so \
--with-mpm=worker
--------------------------------------------
./configure \
--prefix=/usr/local/php \
--with-regex=php \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-mysql=/usr/local/mysql \
--with-gd \
--with-png-dir \
--with-zlib-dir \
--with-jpeg-dir \
--with-freetype-dir \