linux – 无法在CentOS 6.5中打开WireShark
发布时间:2020-12-13 18:14:51 所属栏目:Linux 来源:网络整理
导读:我使用Yum在CentOS 6.5中安装了WireShark和以下软件包. Dependencies Resolved================================================================================ Package Arch Version Repository Size=================================================
我使用Yum在CentOS 6.5中安装了WireShark和以下软件包.
Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: wireshark x86_64 1.8.10-8.el6_6 updates 11 M wireshark-devel x86_64 1.8.10-8.el6_6 updates 905 k wireshark-gnome x86_64 1.8.10-8.el6_6 updates 855 k Installing for dependencies: glib2-devel x86_64 2.28.8-4.el6 base 299 k libsmi x86_64 0.4.8-4.el6 base 2.4 M Updating for dependencies: glib2 i686 2.28.8-4.el6 base 1.7 M glib2 x86_64 2.28.8-4.el6 base 1.7 M 当我试图打开它时,我收到了这个错误 [root@localhost ~]# wireshark wireshark: symbol lookup error: wireshark: undefined symbol: gtk_combo_box_text_new_with_entry [root@localhost ~]# 有人可以帮我解决这个问题吗? 解决方法
这是一个
bug/issue与EL6.5中的gtk2版本.
您的发行版中的当前版本是:gtk2-2.20.1-4.el6.x86_64,但gtk_combo_box_text_new_with_entry需要gtk2-2.24. 您可以直接更新gtk2以从CentOS 6.6获取版本(或更新整个系统)以使工作正常. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |