И как он называется? Я ставил python3-all-dev, он не для всех разьве?
Зависит от того, как Вы устанавливали python3. python3-all-dev Вы ставили для 3.1.3. Для работы 3.2.2 нужен и dev-пакет для 3.2.2.
И как он называется? Я ставил python3-all-dev, он не для всех разьве?
daniel_yav
python3-all-dev Вы ставили для 3.1.3. Для работы 3.2.2 нужен и dev-пакет для 3.2.2.
atomAlteraПопробуй взять отсюдаdaniel_yav
python3-all-dev Вы ставили для 3.1.3. Для работы 3.2.2 нужен и dev-пакет для 3.2.2.
Ну и как его поставить?
/usr/bin/apxs2 -c -I/usr/local/include/python3.2m -DNDEBUG mod_wsgi.c -L/usr/l ocal/lib -L/usr/local/lib/python3.2/config -lpython3.2 -lpthread -ldl -lutil - lm
/usr/share/apr-1.0/build/libtool –silent –mode=compile –tag=disable-static x8 6_64-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_RE ENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pth read -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/local/include/python3.2m -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && touc h mod_wsgi.slo
In file included from /usr/local/include/python3.2m/Python.h:8,
from mod_wsgi.c:135:
/usr/local/include/python3.2m/pyconfig.h:1173:1: warning: “_POSIX_C_SOURCE” rede fined
In file included from /usr/include/sys/types.h:27,
from /usr/include/apr-1.0/apr.h:131,
from /usr/include/apache2/ap_config.h:25,
from /usr/include/apache2/httpd.h:43,
from mod_wsgi.c:34:
/usr/include/features.h:158:1: warning: this is the location of the previous def inition
In file included from /usr/local/include/python3.2m/Python.h:8,
from mod_wsgi.c:135:
/usr/local/include/python3.2m/pyconfig.h:1195:1: warning: “_XOPEN_SOURCE” redefi ned
In file included from /usr/include/sys/types.h:27,
from /usr/include/apr-1.0/apr.h:131,
from /usr/include/apache2/ap_config.h:25,
from /usr/include/apache2/httpd.h:43,
from mod_wsgi.c:34:
/usr/include/features.h:160:1: warning: this is the location of the previous def inition
mod_wsgi.c: In function ‘Adapter_environ’:
mod_wsgi.c:3601: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: In function ‘Dispatch_environ’:
mod_wsgi.c:8372: warning: assignment makes pointer from integer without a cast
mod_wsgi.c: In function ‘Auth_environ’:
mod_wsgi.c:13375: warning: assignment makes pointer from integer without a cast
/usr/share/apr-1.0/build/libtool –silent –mode=link –tag=disable-static x86_6 4-linux-gnu-gcc -o mod_wsgi.la -rpath /usr/lib/apache2/modules -module -avoid-v ersion mod_wsgi.lo -L/usr/local/lib -L/usr/local/lib/python3.2/config -lpytho n3.2 -lpthread -ldl -lutil -lm
/usr/bin/ld: cannot find -lpython3.2
collect2: ld returned 1 exit status
apxs:Error: Command failed with rc=65536
.
make: *** Ошибка 1
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/wsgi.load: Cannot load /usr/lib/apache2/modules/mod_wsgi.so into server: /usr/lib/libpython3.2mu.so.1.0: undefined symbol: XML_SetHashSalt
Action ‘configtest’ failed.
The Apache error log may have more information.
failed!
daniel_yav
Не хватает какой то библиотеки, во время установки были какие то зависимости, что Вы проигнорировали?
apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/wsgi.load: Cannot load /usr/lib/apache2/modules/mod_wsgi.so into server: /usr/lib/libpython3.2mu.so.1.0: undefined symbol: XML_SetHashSalt
Action ‘configtest’ failed.
The Apache error log may have more information.
failed!
Я переустановил дебиан
Какой-ир глюк в пакетах. Придётся питоном 3.1 пользоваться пока. Вот только как мне начисто удалить всё что было поставленно касательно питона 3.2 и поставить всё для 3.1
apt-get purge libapache2-mod-wsgi-py3; apt-get autoremove
ImportError: /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined
symbol: XML_SetHashSalt
feltel@bigblue:~$
—————————————–
Downgrading python2.7 and python-minimal to 2.7.2-8 fixed this bug.
daniel_yavЯ переустановил дебиан
координатноКакой-ир глюк в пакетах. Придётся питоном 3.1 пользоваться пока. Вот только как мне начисто удалить всё что было поставленно касательно питона 3.2 и поставить всё для 3.1apt-get purge libapache2-mod-wsgi-py3; apt-get autoremove
А вообще я бы не советовал так быстро сдаваться. Почитайте ветку http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665346. В пятом посте предлагают решение этой проблемы в debian:ImportError: /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined
symbol: XML_SetHashSalt
feltel@bigblue:~$
—————————————–
Downgrading python2.7 and python-minimal to 2.7.2-8 fixed this bug.
Не знаю, установил python2.7 и python-minimal, и ничего не поменялось. Апач не запускается