安装Python

时间:2016-04-07 13:04:59

标签: python django mod-wsgi

我需要为 Django 安装 mod_wsgi ,但是当我执行pip install mod_wsgi时出现错误:

    /usr/local/lib/libpython2.7.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/local/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-LHF3wD/mod-wsgi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-lWmQhZ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-LHF3wD/mod-wsgi/

所以我找到了有关此问题的信息,我试图像这样重新配置python:

make clean
./configure --enable-shared
make

但是现在我在make命令之后遇到了同样的错误:

/usr/local/lib/libpython2.7.a: could not read symbols: Bad value
collect2: ld returned 1 exit status

操作系统:CentOS 6, python版本:2.7

此外,我已经有了Python6.6的mod_wsgi(默认情况下。我安装了“web服务器”版本的centos)

有什么问题?感谢。

0 个答案:

没有答案