apache make 실행시 에러나오네요..

chamcham46의 이미지

도와주세요... (

[root@localhost apache_1.3.29]# ./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --enable-shared=max --enable-rule=SHARED_CORE --enable-module=so

[root@localhost apache_1.3.29]# make
[생략]
/bin/sh line 1 cd php4 No such file or directory
make[3] *** [all] Error 1
make[2] *** [subdirs] Error 1
make[2] Leaving directory `/tmp/12/apache_1.3.29/src'
make[1] *** [build-std] Error 2
make[1] Leaving directory `/tmp/12/apache_1.3.29'
make *** [build] Error 2

이런 에러가 뜨네요.. 왜이러죠?
설치에 좋은 메뉴얼있음 알려주세요..

codebank의 이미지

http://wiki.kldp.org/wiki.php/DocbookSgml/APM_tip-KLDP

에러내용은 apache설치 소스 디렉토리에 php4라는 디렉토리가 없어서 발생한것 같습니다.
위 문서를 잘보고 필요한 부분만 설치하시면 되겠네요.

------------------------------
좋은 하루 되세요.