centos7上 IC工具的安裝
安裝完centos7系統之後,就開始安裝ICADV,從網上下載了壓縮包之後,進行解壓,然後打patch
打patch的時候,遇到幾個問題:
1、一些庫或者包的缺失:
1.1、報錯:
error while loading shared libraries: libstdc++.so.6:cannot open shared object file
1.2、報錯原因:
缺少libstdc++.so.6執行庫
1.3、解決方案:安裝libstdc++.so.6執行庫
執行命令
yum whatprovides libstdc++.so.6
然後會提示哪個安裝包有這個庫檔案,如下:
[root@SnsWeb ~]# yum whatprovides libstdc++.so.6
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
libstdc++-4.4.7-11.el6.i686 : GNU Standard C++ Library
Repo : base
Matched from:
Other : libstdc++.so.6
然後執行
yum -y install libstdc++-4.4.7-11.el6.i686
參考連結:https://www.jb51.net/article/148563.html
2、打patch的方法
把patch解壓之後,執行解壓出來的指令碼:(指令碼 + ICADV的安裝路徑)
./1patch.sh /software/ICADV/ICADV123
然後到icad的/share/license目錄下執行configure,啟用licence
參考連結:http://bbs.eetop.cn/thread-863823-1-1.html
3、執行virtuso的時候,會報錯找不到hostname
在root帳號下,執行 hostname+任意名字,然後新開一個terminal即可啟動
相關文章
- 在Centos7上安裝圖形化桌面工具CentOS
- Centos7上安裝dockerCentOSDocker
- 在Centos7上安裝DockerCentOSDocker
- CentOS7上安裝和使用DockerCentOSDocker
- centos7上keepalived的安裝和配置CentOS
- 在Centos7上安裝Redis6CentOSRedis
- Centos7上安裝、破解bamboo6.0.3CentOS
- 在CentOS7上安裝Zabbix3.0CentOS
- 在centos7上安裝mysql5.7CentOSMySql
- CentOS7 在 VirtualBox 上的安裝配置(3) — 圖形介面安裝篇CentOS
- CentOS7上安裝並配置Nginx、PHP、MySqlCentOSNginxPHPMySql
- PostgreSQL tar.gz在centos7上安裝SQLCentOS
- CentOS7上安裝WordPress詳細步驟CentOS
- Centos7安裝(四)抓包工具wireshark原始碼編譯安裝CentOS原始碼編譯
- VIM在CentOS7上的無root許可權安裝CentOS
- Centos7伺服器上RabbitMQ單機安裝CentOS伺服器MQ
- Docker架構及在Centos7上安裝dockerDocker架構CentOS
- 在 CentOS7 上安裝 zookeeper-3.4.9 服務CentOS
- Centos7安裝安裝部署dockerCentOSDocker
- 在 Linux 上安裝 VMware 工具Linux
- CentOS7的軟體安裝CentOS
- 在CentOS7上安裝MySQL5.7-YUM源方式CentOSMySql
- 安裝centos7最小化安裝CentOS
- CentOS7 安裝 Mysql 8:0 的yum安裝方式CentOSMySql
- CentOS7 安裝 memcacheCentOS
- Centos7安裝nginxCentOSNginx
- CentOS7 安裝 dockerCentOSDocker
- CentOS7 安裝 MySQLCentOSMySql
- CentOS7安裝RedisCentOSRedis
- Centos7 安裝ffmpegCentOS
- centos7安裝protobufCentOS
- 4.1 CentOS7安裝CentOS
- CentOS7 安裝NginxCentOSNginx
- centos7 安裝pipCentOS
- Centos7安裝RabbitMQCentOSMQ
- centos7安裝dockerCentOSDocker
- centos7安裝iptablesCentOS
- CentOS7安裝xrdpCentOS