mod_python não irá “./configure” no BSD

1

Estou tentando instalar o mod_python 3.3.1 no Apache 2.4.3 e sempre que tento executar ./configure (com apxs etc), em vez de configurar corretamente, ele diz que o Apache 2.x é necessário e minha versão atual é .

Já experimentei duas versões diferentes do Apache e versões muito diferentes de mod_python , mas sempre com o mesmo resultado. Estou executando como root em um sistema FreeBSD. Alguma sugestão?

\# ./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 .
#
    
por gleo 18.09.2012 / 15:42

0 respostas