mod_python は BSD では "./configure" を実行しません

mod_python は BSD では "./configure" を実行しません

Apache 2.4.3に3.3.1をインストールしようとしていますが、 apxsなどでmod_python実行しようとすると、正しく構成されず、Apache 2.xが必要で、現在のバージョンは./configure.

Apache の 2 つの異なるバージョンと の 2 つの異なるバージョンで試してみましたが、mod_python常に同じ結果になりました。FreeBSD システムで root として実行しています。何か提案はありますか?

\# ./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 .
#

関連情報