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

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

chanra1n3年前 (2022-10-04)Linux7021
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时依赖库报错” 的相关文章

CentOS安装Transmission离线下载

CentOS安装Transmission离线下载

#请直接复制代码 yum install wget vim screen -y && screen -dmS Transmission  yum groupinstall...

Centos7 安装Docker 最快捷的方法

Centos7 安装Docker 最快捷的方法

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

一键解决KALI中文乱码问题

一键解决KALI中文乱码问题

echo "deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib" >> /etc/apt/sour...

MW155R AR9331 刷机固件合集

MW155R AR9331 刷机固件合集

factory-to-ddwrt.binddwifi-ar71xx-generic-tl-wr710n-v1-squashfs-sysupgrade.binGECOOS_AP110T_QCA933X_5.6_2018102600.binlede-17.01.0-r3205-59508e3-ar71x...

MW788刷NR285G固件

MW788刷NR285G固件

netcore(NR285G).zip...

爱快登录面板API

爱快登录面板API

接口名:登录面板API接口地址:路由器管理地址+/Action/login接口调用方式:POST参数1:username    用户名参数2:passwd    密码,为输入密码的MD5加密,32位小写参数3:pass&...