本帖最后由 post 于 2023-1-20 10:41 编辑
Help for : relocation error ,
OS:redhat7.9,installation:IC618Base + Hotfix290 (https://bbs.eetop.cn/thread-939675-1-1.html)
open terminal in a directory and run "./pubkey_verify -y" & license file
set environment variables in bashrc and run:
[root@XXXXXXXX XXXXX]# . .bashrc
[root@XXXXXXXX XXXXX]# /opt/Cadence/IC618/tools/dfII/bin/64bit/virtuoso: relocation error: /lib64/libssl.so: symbol private_ossl_minimum_dh_bits, version libcrypto.so.10 not defined in file libcrypto.so.10 with link time reference
[root@XXXXXXXX XXXXX]# yum provides libssl.so
Loaded plugins: langpacks, product-id, search-disabled-repos
No matches found
[root@linuxprobe home]#
[root@XXXXXXXX XXXXX]# yum provides libcrypto.so.10
Loaded plugins: langpacks, product-id, search-disabled-repos
1penssl-libs-1.0.2k-19.el7.i686 : A general purpose cryptography library with
: TLS implementation
Repo : rhel7
Matched from:
Provides : libcrypto.so.10
1penssl-libs-1.0.2k-19.el7.i686 : A general purpose cryptography library with
: TLS implementation
Repo : @rhel7
Matched from:
Provides : libcrypto.so.10
[root@XXXXXXXX XXXXX]# yum install openssl-libs-1.0.2k-19.el7.i686 -y
Loaded plugins: langpacks, product-id, search-disabled-repos
rhel7 | 2.8 kB 00:00
Package 1penssl-libs-1.0.2k-19.el7.i686 already installed and latest version
Nothing to do
thanks in advance.
|