httpd-2.0.39를 설치했습니다.
./configure --prefix=/usr/local/apache --enable-rule=SHARED_CODE --enable-module=so --enable-shared=max --enable-so
make
make install
이런식으로 설정을 해서 마쳤습니다.
php-4.0.6를 아래와 같이 설치했는데 아래와같은 오류가 발생하네요.
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-apache-install=/usr/local/apache/ --with-mysql=/usr/local/my
sql/ --enable-module=so --disable-debug make
make clean
원인알고 계신분 있으면 리플좀 해주세요~
--------------------------------------------------------------------
make[3]: *** [sapi_apache2.lo] 오류 1
make[3]: 나감 `/home/test/APM/php-4.0.6/sapi/apache2filter' 디렉토리
make[2]: *** [all-recursive] 오류 1
make[2]: 나감 `/home/test/APM/php-4.0.6/sapi/apache2filter' 디렉토리
make[1]: *** [all-recursive] 오류 1
make[1]: 나감 `/home/test/APM/php-4.0.6/sapi' 디렉토리
make: *** [all-recursive] 오류 1