- 浏览: 277541 次
- 性别:
文章分类
最新评论
make[3]: *** [shared-build-recursive] Error 1/usr/bin/ld: /usr/local/lib/libz.a(crc32.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC 解决方案:以64位的方式重新编译zlib 961 tar zxvf zlib-1.2.3.tar.gz 962 cd zlib-1.2.3 963 CFLAGS="-O3 -fPIC" ./configure 964 make 965 make install 966 make clean
- zlib-1.2.3.tar.gz (485 KB)
- 下载次数: 25
发表评论
-
linux常用命令全拼
2018-10-25 10:35 588http://www.cnblogs.com/wangcp-2 ... -
openssl ,nginx ,ssl
2018-09-04 22:30 690https://blog.csdn.net/yazhouren ... -
ssl客户端关闭,将导致服务端Tomcat服务关闭
2018-08-03 15:03 785解决方案 set -m 原理尚未探究, 因为系系统工 ... -
关于持续集成
2017-12-14 18:20 588http://blog.csdn.net/ouyida3/ar ... -
linux add swap
2017-12-12 22:17 592[url]https://www.cyberciti.biz/ ... -
linux下安装Apache-httpd-2.4
2017-12-11 23:41 584http://blog.csdn.net/conquer071 ... -
安装mysql5.7.20
2017-12-11 15:31 682http://www.mamicode.com/info-de ... -
gcc 编译出现 internal compiler error: Killed
2017-12-10 20:01 924internal compiler error: Killed ... -
centOS install Maven
2017-04-22 01:41 496centOS install Maven $ sud ... -
centOS block at longin plateform
2017-04-21 23:35 553This problem is environment err ... -
centOs install eclipse & create Desktop
2017-04-21 21:39 566centOs install eclipse & cr ... -
Linux Notes 1
2017-03-12 14:08 499[root@localhost ~]# ls -l -l 长格 ... -
oracle bakup.sh
2017-03-11 09:38 553关于crontab,我们就是认真!crontab从入门到出坑 ... -
CentOS 6.5安装jdk1.8
2017-03-09 14:01 715CentOS 6.5安装jdk1.8 1、安装JAVA ht ... -
aes加密解密在Linux上报错
2017-03-09 05:38 694aes加密解密在Linux上报错 -
学习linux
2017-03-01 13:58 447學習 Linux -
oracle listener
2017-02-27 13:48 1007http://blog.chinaunix.net/xmlrp ... -
CentOS6零基础配置shadowsocks服务端完整教程
2017-02-25 01:21 352CentOS6零基础配置shadowsocks服务端完整教程 ... -
./sqlplusSP2-0667: Message file sp1<lang>.msb not found。
2017-02-23 23:51 1146./sqlplusSP2-0667: Message file ... -
Linux如何修改env看到的环境变量? .bashrc和.bash_profile区别
2017-02-23 23:24 133801 Linux如何修改env看到的环境变量? .bashrc ...
相关推荐
/usr/bin/ld: common/ipc.o: relocation R_X86_64_32S against `cmd_handler' can not be used when making a shared object; recompile with -fPIC common/ipc.o: could not read symbols: Bad value
在64位下编译GD 如果/usr/bin/ld: /usr/local/lib/libz.a(compress.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC 这说明zlib没用用-...
/usr/bin/ld: libboost_python.a(from_python.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC libboost_python.a: could not read ...
./bin/mysqld: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/mysqld) ./bin/mysqld: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bin/mysqld) ``` 这...
libz.so.1 libz.so.1 只是一个链接 可以用以下方法恢复: ...ln -s /usr/lib/libz.so.1.y.z /usr/lib/libz.so.1 恢复 如果libz.so.1.y.z不存在,这里提供了 libz.so libz.so.1 libz.so.1.y.z这三个文件
在编译时,我们使用 ./configure 命令来生成 Makefile 文件。然后,我们使用 make 命令来编译 zlib 库。最后,我们使用 make install 命令来安装 zlib 库到 /usr/local/zlib 目录下。 解决 "could not read symbols...
runtime library [libssl.so.1.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in: /home/rw/anaconda3/lib 首先查看路径,可以看到返回结果中,第一个查找路径是anaconda的。 export $PATH bash: export...
-bash: /usr/local/jdk/jdk1.8.0_181/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 安装完后 java -version 查看版本出现: 原因是:没有那个文件或目录,找了很久发现需要...
通常,动态链接库会放在`/usr/lib64/`(64位系统)或`/usr/lib/`(32位系统)。首先,备份原有的`libstdc++.so.6`,然后将新版本的库软链接过去: ``` sudo mv /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so...
通过使用`locate`命令,我们发现两个不同的libgobject-2.0.so.0版本存在于系统中:一个位于/home/chujie/anaconda3/lib(版本0.5600.1),另一个在/usr/lib/x86_64-linux-gnu/(版本0.4800.2)。由于gedit试图使用/...
出现以下报错,替换/usr/local/include/openssl里面的文件之后编译成功。add_assoc_name_entry’:/data/src/php-5.6.23/ext/openssl/openssl.c:664: warning: ‘ASN1_STRING_data’ is deprecated (declared at /usr...
bash:/usr/local/bin/rar:/lib/ld-linux.so.2:badELFinterpreter:Nosuchfileordirectory ``` - 这意味着系统未能正确加载程序所需的动态链接器(ld-linux.so.2)。 2. **共享库错误**: - 在尝试运行某些依赖于...
./bin/mysqld: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/mysqld) ./bin/mysqld: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./bin/mysqld) libstdc...
/usr/bin/ld: warning: libpgtypes.so.1, needed by /usr/lib/libecpg.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libpq.so.3, needed by /usr/lib/libecpg.so, not found (try using ...
arm库
把libstdc++.so.6.0.13这个资源放到/usr/lib文件夹下。删除/usr/lib/libstdc++.so.6。 在输入命令ln -s /usr/lib/libstdc++.so.6.0.13 /usr/lib/libstdc++.so.6。问题解决 可以输入strings /usr/lib/libstdc++.so.6 ...
ucsc软件问题!!!在Linux系统中,如果安装ucsc的系列软件,如: conda install -c bioconda ucsc-bedgraphtobigwig conda install -c ...ln -s /usr/local/lib64/libcrypto.so.1.1 /usr/lib64/libcrypto.so.1.1
centos7 64位 import tensorflow 报错 ‘GLIBC_2.23' not found
(EE) AIGLX error: dlopen of /usr/lib64/dri/swrast_dri.so failed (/usr/lib64/dri/swrast_dri.so: cannot open shared object file: No such file or directory) (EE) GLX: could not load software renderer The...
解决 INFO: /usr/lib64/libstdc++.so.5: undefined reference to `memcpy@GLIBC_2.14',将文件替换到/usr/lib64就可解决问题(源文件记得备份)