我无法使用自制软件在我的OSX 10.7.8上安装Ettercap。Homebrew允许我安装Ettercap,但我不能以某种方式与图形模式摩擦它。
➜ ~ ettercap -G
ettercap 0.7.6 copyright 2001-2013 Ettercap Development Team
GTK support is not compiled in ettercap如果您能指导我完成在我的OSX美洲狮上成功安装图形模式ettercap的步骤,我将不胜感激。
提前感谢
发布于 2014-06-18 15:25:14
要在Homebrew的图形模式下安装Ettercap,可以使用选项--with-gtk+
$ brew install ettercap --with-gtk+作为您自己的信息,您可以使用brew info [formula]获取有关任何自制配方选项的详细信息
在终端中发出brew info ettercap将显示如下内容
ettercap: stable 0.8.0, HEAD
http://ettercap.github.io/ettercap/
/usr/local/Cellar/ettercap/0.8.0 (69 files, 2,1M) *
Built from source with: --with-gtk+, --with-ipv6
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/ettercap.rb
==> Dependencies
Build: cmake ✔, ghostscript ✘
Required: pcre ✔, libnet ✔, curl ✔
Optional: ghostscript ✘, gtk+ ✔, luajit ✘
==> Options
--with-ghostscript
Build with ghostscript support
--with-gtk+
Build with gtk+ support
--with-ipv6
Install with IPv6 support
--with-luajit
Build with luajit support
--without-curses
Install without curses interface
--without-plugins
Install without plugins support
--HEAD
install HEAD version注意:为了使用这种图形模式,您还需要安装XQuartz
发布于 2019-11-17 06:51:37
较新版本的ettercap现在可以从自制软件安装,但您必须确保您也安装了adwaita-icon-theme包
brew install ettercap
brew install adwaita-icon-themehttps://stackoverflow.com/questions/21467519
复制相似问题