我尝试在 CentOS 7 上安装 sslsniff 0.8,但无法安装以下依赖项,因为当我执行“yum”命令时找不到它们:libboost1.35-dev, libboost-filesystem1.35-dev, libboost-thread1.35-dev
。
我尝试了“yum install libboost*”,它安装了以下软件包:
Installation :
boost-atomic x86_64 1.53.0-25.el7 base 34 k
boost-chrono x86_64 1.53.0-25.el7 base 43 k
boost-context x86_64 1.53.0-25.el7 base 36 k
boost-filesystem x86_64 1.53.0-25.el7 base 67 k
boost-graph x86_64 1.53.0-25.el7 base 135 k
boost-graph-mpich x86_64 1.53.0-25.el7 base 87 k
boost-graph-openmpi x86_64 1.53.0-25.el7 base 102 k
boost-locale x86_64 1.53.0-25.el7 base 250 k
boost-math x86_64 1.53.0-25.el7 base 334 k
boost-mpich x86_64 1.53.0-25.el7 base 60 k
boost-mpich-python x86_64 1.53.0-25.el7 base 183 k
boost-openmpi x86_64 1.53.0-25.el7 base 74 k
boost-openmpi-python x86_64 1.53.0-25.el7 base 205 k
boost-program-options x86_64 1.53.0-25.el7 base 155 k
boost-python x86_64 1.53.0-25.el7 base 132 k
boost-random x86_64 1.53.0-25.el7 base 38 k
boost-regex x86_64 1.53.0-25.el7 base 294 k
boost-serialization x86_64 1.53.0-25.el7 base 170 k
boost-signals x86_64 1.53.0-25.el7 base 60 k
boost-test x86_64 1.53.0-25.el7 base 226 k
boost-timer x86_64 1.53.0-25.el7 base 42 k
boost-wave x86_64 1.53.0-25.el7 base 211 k
boost148-chrono x86_64 1.48.0-7.el7 epel 18 k
boost148-date-time x86_64 1.48.0-7.el7 epel 24 k
boost148-filesystem x86_64 1.48.0-7.el7 epel 50 k
boost148-graph x86_64 1.48.0-7.el7 epel 67 k
boost148-graph-mpich x86_64 1.48.0-7.el7 epel 65 k
boost148-graph-openmpi x86_64 1.48.0-7.el7 epel 82 k
boost148-iostreams x86_64 1.48.0-7.el7 epel 34 k
boost148-locale x86_64 1.48.0-7.el7 epel 219 k
boost148-math x86_64 1.48.0-7.el7 epel 267 k
boost148-mpich x86_64 1.48.0-7.el7 epel 36 k
boost148-mpich-python x86_64 1.48.0-7.el7 epel 15 k
boost148-openmpi x86_64 1.48.0-7.el7 epel 60 k
boost148-openmpi-python x86_64 1.48.0-7.el7 epel 31 k
boost148-program-options x86_64 1.48.0-7.el7 epel 115 k
boost148-python x86_64 1.48.0-7.el7 epel 105 k
boost148-random x86_64 1.48.0-7.el7 epel 12 k
boost148-regex x86_64 1.48.0-7.el7 epel 271 k
boost148-serialization x86_64 1.48.0-7.el7 epel 143 k
boost148-signals x86_64 1.48.0-7.el7 epel 33 k
boost148-system x86_64 1.48.0-7.el7 epel 13 k
boost148-test x86_64 1.48.0-7.el7 epel 201 k
boost148-thread x86_64 1.48.0-7.el7 epel 32 k
boost148-timer x86_64 1.48.0-7.el7 epel 16 k
boost148-wave x86_64 1.48.0-7.el7 epel 171 k
Installation pour dépendances :
compat-openmpi16 x86_64 1.6.4-10.el7 base 2.5 M
environment-modules x86_64 3.2.10-10.el7 base 107 k
hwloc-libs x86_64 1.7-5.el7 base 1.3 M
infinipath-psm x86_64 3.3-0.g6f42cdb1bb8.2.el7 base 176 k
libesmtp x86_64 1.0.6-7.el7 base 63 k
libfabric x86_64 1.1.0-2.el7 base 215 k
libibumad x86_64 1.3.10.2-1.el7 base 66 k
libpsm2 x86_64 0.7-4.el7 base 164 k
mpich x86_64 3.0.4-8.el7 base 1.0 M
openmpi x86_64 1.10.0-10.el7 base 3.0 M
opensm-libs x86_64 3.3.19-1.el7 base 65 k
tcl x86_64 1:8.5.13-8.el7 base 1.9 M
但是当我尝试在解压的 sslsniff 包中运行 ./configure 时,我得到了这个:
...
checking for stdint.h... yes
checking for unistd.h... yes
checking log4cpp/Category.hh usability... yes
checking log4cpp/Category.hh presence... yes
checking for log4cpp/Category.hh... yes
checking boost/asio.hpp usability... no
checking boost/asio.hpp presence... no
checking for boost/asio.hpp... no
configure: error: libboost1.35-dev library is not installed.
有人可以帮我解决这个问题吗?也许 CentOS 上没有 sslsniff 版本,我需要一些其他等效的软件包...?多谢。