在线咨询 切换到宽版
eetop公众号 创芯大讲堂 创芯人才网

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜帖子
查看: 234|回复: 4

RockyLinux8.10虚拟机,启动pt报错

[复制链接]
发表于 昨天 01:28 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
VMware版本:17.6.3

RockyLinux版本:8.10
scl版本:2025.03
pt版本:W-2023.12-SP2
在终端输入命令pt_shell启动时会报错:

Synopsys/prime/V-2023.12-SP2/linux64/syn/bin/pt_shell_exec: symbol lookup error: /lib64/libkrb5.so.3: undefined symbol: krb5int_c_deprecated_enctype, version k5crypto_3_MIT

求大神邦邦!!!

                               
登录/注册后可看大图

发表于 昨天 10:52 | 显示全部楼层
同问,我rocky8.10启动icc2也会报这个错
回复 支持 反对

使用道具 举报

 楼主| 发表于 昨天 23:01 | 显示全部楼层
顶一手
回复 支持 反对

使用道具 举报

发表于 昨天 23:58 | 显示全部楼层
本帖最后由 cyberwillis 于 2025-8-18 01:13 编辑

Folks, do you want to use a car without knowing how to change their tires, or do you depend of a mechanic to do it?

Please locate where in your system if you have this file: /lib64/libkrb5.so.3


   

        

                
  1. sudo ldconfig -p | grep libkrb5
            

   

    复制代码

Then verify if the application also has a "special" same file for it or if it exists in another path in your systems


   

        

                
  1. sudo find / | grep -iF "libkrb5.so.*"
            

   

    复制代码

If exists the file do exists inside the applicaton path or somewhere else, just create a new configuration to make that customization be prioritized by the system.


   

        

                
  1. echo '<path TO THE FOLDER where the correct file exists>' | sudo tee /etc/ld.so.conf.d/syn_pt_vV2023_12_sp2.conf
  2. sudo ldconfig

  3.         

   

    复制代码

check if the customization become the first priority, it should appear at the top


   

        

                
  1. sudo ldcondig -p | grep libkrb5

  2.         

   

    复制代码


Try run the app again...

if the file don't exists anywhere try to mock the application. Find among other files if any of them has the string 'krb5int_c_deprecated_enctype' or 'k5crypto_3_MIT' at the same time



   

        

                


  1. for FILE in $(find / 2>/dev/null | grep 'libkrb5.so.*' )
  2. do
  3.     echo "[${FILE}]: $(sudo strings $FILE | grep -iE 'k5crypto_3_MIT|krb5int_c_deprecated_enctype' | column)"
  4. done

  5.         

   

    复制代码


when you find some that has the exact function then you can create a symlink to it to MOC the application....



   

        

                
  1. ...code to create a symlink....
  2. sudo ldconfig

  3.         

   

    复制代码

Try again...













回复 支持 反对

使用道具 举报

发表于 10 小时前 | 显示全部楼层
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

手机版| 小黑屋| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-8-18 11:49 , Processed in 0.016695 second(s), 4 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表