Apache 2.0.35와 PHP4.1.0을 연동시키려고 합니다.
우선, Apache에서 --configure=/usr/local/apache라고 실행을 했습니다.
그런 다음에 PHP에서 --configure 를 실행을 하니
Configuring SAPI modules
checking for AOLserver support ... no
checking for Apache module support via DSO through APXS ... no
checking for Apache module support ... no
configure error : Invalid Apache directory - unable to find httpd.h
under /home/Down/httpd-2.0.35
라고 나오면서 더 이상 진행이 되지 않고 있습니다. httpd-2.0.35라는 것은
물론, Apache 2.0.25입니다.
제가 아파치의 include라는 디렉토리 밑에 보니 httpd.h라는 파일이 있습니다.
그런데, 이것이 작동을 안 하니 갑갑해서 이렇게 질문을 올립니다.
어떻게 해야하는지요?
여기서 답변을 보니 sapi_apache2.c라는 파일을 수정하라는 것을 보았는데,
어떻게 고쳐야 하는지를 모르겠습니다. 혹시 아시는 분은 좀 가르쳐 주십시오.