안녕하세요? 말씀하신 절대경로 이용은 Error만 낳네요.. -_-
./configure --prefix=/usr/local/apache --activate-modu
le=/usr/local/src/apache_1.3.14/src/modules/php3/libphp3.a
이렇게 하라는 말씀같은데..
Configuring for Apache, Version 1.3.14
+ using installation path layout: Apache (config.layout)
configure:Error: Module source already has to be below src/modules/ to be activa
ted
결과는 위와 같습니다.
절대경로 여부와는 무관한것 같은데요...
:
: ^^ PLUS 박준복이라구 합니다.
: 보니깐 아래부분에 문제가 있는듯합니다.
: 모듈을 적을때, 상대경로로 하지 마시구, 절대경로로 적어주세요.
: 그럼 아마 될거라고 생각되네요.. ^^;
:
:
: ./configure --prefix=/usr/local/apache <font color=red><b>--activate-module=src/modules/php3/libmodphp3.a</b></font>
:
:
: