Cadence 手动安装常见问题
安装软件:Cadence IC617
安装环境:CentOS7
问题一
安装成功,但是配置失败
configure status failed
解决:
sudo yum install xterm -y
问题二
使用破解补丁时报错
./sfk: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录
解决:
sudo yum install glibc.i686
问题三
使用破解补丁时报错
/sfk: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
解决:
sudo yum install libstdc++.i686
问题四
bash: ./virtuoso: /bin/ksh: 坏的解释器: 没有那个文件或目录
解决:
sudo yum install ksh -y
问题五
error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory.
解决:
sudo yum install libGLU
问题六
*WARNING* could not load font "-*-courier-medium-r-*-*-12-*", using font "fixed" *WARNING* (GE-2181): The font (name,size): (courier,12) does not exist. Please verify its validity with 'xlsfonts' or with 'xfontsel'.
解决:
sudo yum install xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi
问题七
sh: lsb_release: command not found
解决:
sudo yum install redhat-lsb-core
参考资料:
- IC616安装过程中产生 configure-status failed错误。(没有产生OA设置界面)
- /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
- linux(centos)字体库报错 WARNING* Unable to find font name: “--courier-medium-r---12-
- How To Install xorg-x11-fonts-75dpi on CentOS 7
- “lsb_release: command not found” – Fix in CentOS/RHEL
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了