mod_python führt unter BSD kein "./configure" aus

mod_python führt unter BSD kein "./configure" aus

Ich versuche, mod_python3.3.1 auf Apache 2.4.3 zu installieren und jedes Mal, wenn ich versuche, es auszuführen ./configure(mit apxs usw.), wird anstelle einer korrekten Konfiguration angezeigt, dass Apache 2.x erforderlich ist und meine aktuelle Version ist.

Ich habe es mit zwei verschiedenen Versionen von Apache und zwei verschiedenen Versionen versucht, mod_pythonaber immer mit dem gleichen Ergebnis. Ich verwende es als Root auf einem FreeBSD-System. Irgendwelche Vorschläge?

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

verwandte Informationen