안녕하세요?
apache는 기본설치되어 있으며(리눅스설치시) 추가로 php4를 소스로
컴파일하여 설치하였습니다.
configure옵션은 다음과 같습니다.
./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --
with-mysql=/usr/local/mysql/ --with-config-file-path=/etc/httpd --enable-safe-m
ode --with-exec-dir=/usr/bin --with-system-regex --disable-debug --with-zlib --
enable-debugger --enable-magic-quotes --enable-track-vars
그리고 컴파일후 httpd를 실행시키면 다음과 같은 에러메시지가 나오며 apache가 실행되지
않습니다.
해결방법을 알고싶습니다.
/usr/sbin/httpd
Syntax error on line 249 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp
4.so: undefined symbol: php_regcomp