当前位置:首页 > Linux > 正文内容

(原创)解决X86_64运行DC时依赖库报错

chanra1n3年前 (2022-10-04)Linux6816
sudo ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.5 /usr/lib/x86_64-linux-gnu/libtiff.so.3
sudo apt-get install libjpeg62 libmng-dev -y
sudo ln -s /usr/lib/x86_64-linux-gnu/libmng.so.2 /usr/lib/x86_64-linux-gnu/libmng.so.1
wget http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.35-0ubuntu3_amd64.deb
apt-get --reinstall install ./libc6_2.35-0ubuntu3_amd64.deb
reboot now





报错信息:

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: error while loading shared libraries: libmng.so.1: cannot open shared object file: No such file or directory

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by /usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec)

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: error while loading shared libraries: libpthread.so.0: wrong ELF class: ELFCLASS32

/usr/synopsys/syn/O-2018.06-SP1/linux64/syn/bin/common_shell_exec: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory



扫描二维码推送至手机访问。

版权声明:本文由我的FPGA发布,如需转载请注明出处。

本文链接:https://world.myfpga.cn/index.php/post/283.html

分享给朋友:

“(原创)解决X86_64运行DC时依赖库报错” 的相关文章

Centos7 安装Docker 最快捷的方法

Centos7 安装Docker 最快捷的方法

#一键安装Docker yum clean dbcache && yum clean metadata && yum clean rpmdb &&a...

Ubuntu或Debian 安装Kali工具集

Ubuntu或Debian 安装Kali工具集

sudo su git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin ch...

Gi945/Fi945 BIOS 终极修改版 V1.6.7

Gi945/Fi945 BIOS 终极修改版 V1.6.7

点击直接下载:GI945.BIN另外附上原版有锁BIOSgi945有锁版.bin...

仅IPV6的VPS安装AWVS 13.x 14.x 并使用DNS NAT服务访问IPV4网页 教程展示Ubuntu18.x环境配置

仅IPV6的VPS安装AWVS 13.x 14.x 并使用DNS NAT服务访问IPV4网页 教程展示Ubuntu18.x环境配置

测试通过的环境:centos7 Ubuntu18.x1、使用root登录vps2、打开DNS NAT服务,通过修改DNS解析文件设置echo -e "nameserver 2001:67c:2b0::4\nameserver 2001:67c:2b0...

在Ubuntu/Linux环境中用Python进行FPGA编程和OpenCL应用开发

在Ubuntu/Linux环境中用Python进行FPGA编程和OpenCL应用开发

随着FPGA (Field Programmable Gate Array) 技术的快速发展,越来越多的开发者开始使用Ubuntu或Linux环境进行FPGA的编程和开发工作。在本文中,我们将会介绍如何在Ubuntu/Linux环境中使用Python作为编程语言进行FPGA开发,以及如何在这些环境中...

解决APT-GET一直Waiting for header或者Working的问题

解决APT-GET一直Waiting for header或者Working的问题

rm -rf rm /var/lib/apt/lists/partial/* && rm -rf rm /var/lib/apt/lists/* && apt-get&...