묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아파치 make 중에..
2003.07.29 19:30
./configure --activate-module=src/modules/php4/libphp4.a --enable-shared=max
한후 make 했더니
make[4]: *** [mod_php4.so-o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache'
make: *** [build] Error 2
이렇게 오류가 나네요.. 무슨 오류인지 알려주시면 감사하겠습니다.
한후 make 했더니
make[4]: *** [mod_php4.so-o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/usr/local/apache/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache'
make: *** [build] Error 2
이렇게 오류가 나네요.. 무슨 오류인지 알려주시면 감사하겠습니다.
댓글 2
-
날파리
2003.07.29 21:41
libphp4.a가 없다는 소리같은데요. 아파치 configure하실때는 enable module로 하시고 php를 까신후에 모듈을 올려주시면 될듯 합니다. 자세한 설명은 이곳 스터디게시판에 자세히 나와있으니 참고하세요. -
지열
2003.07.30 14:10
정적으로 컴파일 ./configure --prefix=xxx --enable-module=all --enable-shared=max
위의 형식대로 컴파일 하신후 php를 apxs로 연동해서 컴파일하시면 모듈은 저절로 올라갑니다.