[Python] Problema con installazione di mod_wsgi
Francesco Bonanno
fgthct a gmail.com
Ven 4 Maggio 2018 19:31:27 CEST
Salve sto tentando di compilando mod_wsgi in virtualenv con python3.6 e
apache2.4
Ho già un altro virtualenv con python3.5 e mod_wsgi funziona.
Compilando nel mio nuovo virtualenv con python3.6 con:
./configure --with-python=/home/fgthct/.virtualenv/djangodev/bin/python,
mi genera il Makefile. Quando eseguo make, ottengo alla fine di make, il
seguente errore:
/usr/bin/ld: /usr/local/lib/libpython3.6m.a(abstract.o): relocation
R_X86_64_32S against `_Py_NotImplementedStruct' can not be used when
making a shared object; recompile with -fPIC
/usr/local/lib/libpython3.6m.a: error adding symbols: Valore errato
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1.
Ribadisco che ho già un'altro virtualenv con python3.5 e funziona.
Grazie in anticipo a chi vuole aiutarmi.
Franky
Maggiori informazioni sulla lista
Python