python2.7.2的安装 博客分类: PythonLinux python2.7linux
安装python2.7的时候加入--enable-shared参数时,在make阶段会有一下错误
/usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libpython2.7.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
我的解决方法是make && make install 执行2遍就可以通过了,具体原因不知道...,以下是我的操作记录
[root@vhost141 Python-2.7.2] ./configure --enable-shared
[root@vhost141 Python-2.7.2]make && make install
[root@vhost141 Python-2.7.2]whereis libpython2.7.so.1.0
libpython2.7.so.1: /usr/local/lib/libpython2.7.so.1.0
[root@vhost141 Python-2.7.2] vi /etc/ld.so.conf
include ld.so.conf.d/*.conf
/usr/local/lib/
[root@vhost141 Python-2.7.2] /sbin/ldconfig
[root@vhost141 Python-2.7.2] /sbin/ldconfig -v | grep libpython2.7.so
libpython2.7.so.1.0 -> libpython2.7.so.1.0
推荐阅读
-
python2.7.2的安装 博客分类: PythonLinux python2.7linux
-
基于Anaconda Pip的Windows安装Tensflow教程 博客分类: 机器学习 tensflow windows pip anaconda
-
rails gem 在线无法安装安装包的问题 博客分类: rails 平台搭建 railsgem安装errorrubygems
-
【转帖】Lighttpd 的安装配置 博客分类: Ruby on Rails lighttpd配置管理PHPCGIZend
-
Magento 的安装 博客分类: PHP 电子商务phpapachezendMagento
-
zend studio在线安装svn的插件 博客分类: php zendsvnphp插件zend studio
-
Windows下PHP与Apache的安装与配置 博客分类: PHPWeb Server apachephp
-
CentOS下安装JDK的三种方法 博客分类: 【25】、linux【51】、centos jdkcentos
-
如何在Mac中安装damaged的dmg文件 博客分类: Mac macinstalldmgdamagedcan not open
-
制作产品的安装包 博客分类: izpack izpacknbiinstall