无法在 CentOS 6.5 中打开 WireShark

Sat*_*ish 10 linux centos wireshark centos6.5

我已经使用 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
Run Code Online (Sandbox Code Playgroud)

当我尝试打开它时,出现此错误

[root@localhost ~]# wireshark 
wireshark: symbol lookup error: wireshark: undefined symbol: gtk_combo_box_text_new_with_entry
[root@localhost ~]# 
Run Code Online (Sandbox Code Playgroud)

有人可以帮我解决这个问题吗?

eww*_*ite 10

这是EL6.5 中 gtk2 版本的错误/问题

您的发行版中的当前版本是:gtk2-2.20.1-4.el6.x86_64,但 gtk_combo_box_text_new_with_entry 需要 gtk2-2.24。

您可能只是yum update gtk2从 CentOS 6.6 获取版本(或更新您的整个系统)以使其正常工作。