安装软件: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