Instale apache2-dev para mod_wsgi

Instale apache2-dev para mod_wsgi

Soy completamente nuevo en Linux, pero desarrollé una aplicación Python3 Django que me pidieron que implementara en un servidor web Apache que se ejecuta en Debian 7.8.

Para hacer eso, sigo las pautas de Django que me dicen que instale mod_wsgi usandoeste tutorial.

Cuando ejecuto ./configure esto es lo que obtengo:

$ ./configure --with-python=/usr/local/bin/python3
checking for apxs2... no
checking for apxs... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for prctl... yes
checking Apache version... ./configure: line 2765: apxs: command not found
./configure: line 2765: apxs: command not found
./configure: line 2766: apxs: command not found
./configure: line 2769: /: Is a directory

./configure: line 2964: apxs: command not found
configure: creating ./config.status
config.status: creating Makefile

Intenté instalar apache2-dev bu ejecutándose apt-get install apache2-devpero solo me da E: Unable to locate package apache2-dev.

¿Dónde puedo conseguir apxs2?

Respuesta1

Creo que apache2-dev es un paquete virtual proporcionado por apache2-threaded-dev. La instalación debería proporcionarle lo que necesita.

información relacionada