|
安装环境 SUSE Linux 10.1
运行icms&时提示如下错误:
/usr/cds/ic-5.0/tools/dfII/bin/icfb.exe: relocation error: /usr/cds/ic-5.0/tools/dfII/bin/icfb.exe: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
在google上搜索得到如下解决办法:
GLIBC_2.0 not defined in file libc.so.6 Affected versions: All versions bellow 5.1.14
Affected DKs: All
Affected OS: Suse 9.3
Summary: When starting Cadence the following error appears "/usr/cds/ic-5.0/tools/dfII/bin/icfb.exe: relocation error: /usr/cds/ic-5.0/tools/dfII/bin/icfb.exe: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference." Then Cadence software exits. This happens because older versions of Cadence don't like the new 2.6 Linux kernel. Fix: Before starting Cadence software set the environment variable LD_ASSUME_KERNEL to 2.4.1.
If using tcsh shell, setenv LD_ASSUME_KERNEL 2.4.1
If using bash shell, LD_ASSUME_KERNEL=2.4.1; export LD_ASSSUME_KERNEL
安装此方法修改.bashrc文件:
LD_ASSUME_KERNEL=2.4.1
export LD_ASSSUME_KERNEL
运行icms&问题依然存在。。。
从装系统到Cadence安装,用了两天多时间,功亏一篑,心有不干啊,还望大家多多指教!!!
在此谢过了!!! |
|