请问楼主,安装好616后,按照您的方法,将文件放入tools下,破解后,得出如下结果,如何解决呢?谢谢!
[tladmin@localhost ~]$ virtuoso
WARNING: HOST <localhost.localdomain> DOES NOT APPEAR TO BE A CADENCE SUPPORTED LINUX CONFIGURATION.
For More Info, Please Run '<cdsroot>/tools.lnx86/bin/checkSysConf' <productId>.
virtuoso: ERROR: The OA2.2 library directory (/home1/tools/cadence/IC616_06.16.005/oa_v22.43.018/lib/linux_rhel40_gcc44x_32/opt) does not seem to exist.
virtuoso: INFO: Note that OpenAccess (OA) requires running the Configure phase.
virtuoso: See the "OpenAccess Installation and Configuration Guide" before
virtuoso: you complete the configuration step. This manual is included with
virtuoso: the Cadence product documentation.
to dc_2010, There are check on linux kernel version in sysname script. Matched versions are 2.4 and 2.6, but some linux distributions has kernel 3.*.*, so it does not match.
You can try to modify line 199 from
2.6*)
to
2.6* | 3.0*)
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./pearl/bin/pearlCell
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./sev/bin/32bit/vsa2
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./sev/bin/64bit/vpsbatch
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./sev/bin/64bit/vsa2
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./tlfUtil/bin/32bit/tlfConvert
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./tlfUtil/bin/32bit/tlfEncrypt
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
./tlfUtil/bin/32bit/tlfMerge
./sfk: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory