我从 wireshar.org 下载了源代码并尝试构建它,但在编译时遇到了问题。
以下是我在配置过程中遇到的错误(./configure)
checking for Qt5 core - version >= 4.6.0... no
checking for Qrcore - version >= 4.6.0.. no
configure: error: Qt is not avilable.
我安装了 qt,它在 yum list qt 中可见,我认为所需版本 >= 4.6。以下是我机器上安装的 qt 版本。
qt.i386 1:3.3.6.26el5 installed.
我尝试使用 yum 安装 qt5,但找不到它。请告诉我如何在 centos 5.3 上安装 qt5 并构建 wireshark。
我也问过同样的问题stackoverflow.com
答案1
我现在无法 100% 检查它(手头没有基于 rhel 的发行版),但它应该是这样的:
yum install qt4-devel