soc encounter 8.1安装问题

soc encounter 8.1安装完成了,但是启动不成功,遇到问题如下
安装方法:http://www.chiplayout.net/cadence-soc-encounter-8-1-install.html
问题一:
encounter: ERROR: The OA2.2 library directory (ERROR: oaGetLibPath cannot be executed because the /opt/OpenAccess/bin/linux_rhel30_gcc411_64/opt directory does not exist.
解决方法:
[admin@chiplayout ~]$ cd /opt/OpenAccess/bin
[admin@chiplayout bin]$ ln -s linux_rhel30_64 linux_rhel30_gcc411_64
[admin@chiplayout bin]$ ln -s linux_rhel30_32 linux_rhel30_gcc411_32
[admin@chiplayout lib]$ cd /opt/OpenAccess/lib
[admin@chiplayout lib]$ ln -s linux_rhel30_64 linux_rhel30_gcc411_64
[admin@chiplayout lib]$ ln -s linux_rhel30_32 linux_rhel30_gcc411_32

问题二:

encounter: error while loading shared libraries: libXm.so.3: cannot open shared object file: No such file or directory

解决方法:

[admin@chiplayout lib64]$ cd /lib64
[admin@chiplayout lib64]$ ls -l libXm*
[admin@chiplayout lib64]$ ln -s libXm.so.4 libXm.so.3

发表评论