首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >CentOS 7上的SSLSNIFF

CentOS 7上的SSLSNIFF
EN

Unix & Linux用户
提问于 2016-05-01 12:01:58
回答 1查看 157关注 0票数 1

我试图在CentOS 7上安装sslsniff 0.8,但是我无法安装以下依赖项,因为当我执行"yum“命令时找不到它们:libboost1.35-dev, libboost-filesystem1.35-dev, libboost-thread1.35-dev

我尝试了"yum *“,它安装了以下软件包:

代码语言:javascript
复制
 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包中运行./配置时,我得到了以下内容:

代码语言:javascript
复制
...
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版本,我需要一些其他类似的软件包.?非常感谢。

EN

回答 1

Unix & Linux用户

发布于 2016-05-01 12:14:40

自2011年底以来一直是还没有更新的首席执行官。作者似乎忽略了问题,并拉动请求。

你有几个选择:

  • 查看GitHub上的分叉,看看是否有人在保持所有的最新;
  • 尝试为Centos找到libboost 1.35 (或者甚至自己编译它),并以此为基础构建;
  • 根据您的需要,米特姆代理可能适合您的使用。
票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/280360

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档