
Apache 2.4.3에 3.3.1을 설치하려고 하는데 apxs 등을 사용하여 mod_python
실행하려고 할 때마다 ./configure
올바르게 구성하는 대신 Apache 2.x가 필요하며 현재 버전은 다음과 같습니다..
나는 두 가지 서로 다른 버전의 Apache와 너무 다른 버전을 시도했지만 mod_python
항상 동일한 결과를 얻었습니다. 저는 FreeBSD 시스템에서 루트로 실행하고 있습니다. 어떤 제안이 있으십니까?
\# ./configure --with-apxs=/wwwroot/bin/apxs
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lm... yes
checking for an ANSI C-conforming const... yes
checking your blood pressure... a bit high, but we can proceed
configure: checking whether apxs is available...
checking for --with-apxs... /wwwroot/bin/apxs executable, good
checking Apache version... ./configure.lineno: /wwwroot/bin/apxs: not found
./configure.lineno: /wwwroot/bin/apxs: not found
./configure.lineno: /: permission denied
configure: error: This version of mod_python only works with Apache 2. The one you have seems to be .
#