我正在尝试在OS X 10.9上安装metasploit。 我运行的所有内容都安装捆绑包,在出错installing pg (0.16.0)
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world writable dir /usr/local in PATH, mode 040777
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Using rake (10.1.0)
Using i18n (0.6.5)
Using multi_json (1.0.4)
Using activesupport (3.2.14)
Using builder (3.0.4)
Using activemodel (3.2.14)
Using arel (3.0.2)
Using tzinfo (0.3.37)
Using activerecord (3.2.14)
Using database_cleaner (1.1.1)
Using diff-lcs (1.2.4)
Using factory_girl (4.2.0)
Using fivemat (1.2.1)
Using json (1.8.0)
Installing pg (0.16.0)
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/universal-darwin13/rbconfig.rb:212: warning: Insecure world writable dir /usr/local in PATH, mode 040777
checking for pg_config... no
No pg_config... trying anyway. If building fails, please try again with
--with-pg-config=/path/to/pg_config
checking for libpq-fe.h... no
Can't find the 'libpq-fe.h header
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
--with-pg
--without-pg
--with-pg-config
--without-pg-config
--with-pg_config
--without-pg_config
--with-pg-dir
--without-pg-dir
--with-pg-include
--without-pg-include=${pg-dir}/include
--with-pg-lib
--without-pg-lib=${pg-dir}/
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/pg-0.16.0 for inspection.
Results logged to /Library/Ruby/Gems/2.0.0/gems/pg-0.16.0/ext/gem_make.out
An error occurred while installing pg (0.16.0), and Bundler cannot continue.
Make sure that `gem install pg -v '0.16.0'` succeeds before bundling.
我试图安装pg -v '0.16.0'
,但没有运气,pg --without=pg
和pg -v '0.16.0' -- --with-pg-config=/usr/local/Cellar/postgresql/9.3.1/bin/pg_config
他们中的任何一个都没有运气。 有什么建议吗? 提前谢谢。
brew install postgres
或
宝石安装PG
将pg_config
放在PATH
上。您需要确保PostgreSQL直接在/usr/local/
中可用(而不仅仅是在Homebrew Cellar
中),然后:
export PATH=$PATH:/usr/local/bin
并确保运行:
pg_config --version
发出类似以下内容:
$ pg_config --version
PostgreSQL 9.2.5
我解决了这个问题.. 您在安装 Ruby gems 时可能所做的是忘记在 Mac 上安装 Postgres SQL.... 我要做同样的事情,同时在我的Mac上运行Metasploit......所以我做错的是我确实安装了Postgres SQL,但它最终出现了错误,我确实放手了......所以我终于想通了,我应该安装 Postgres SQL 来制作 PG 0.16 gem 来工作
所以你要做的是
-
GOTO POSTGRES官方网站并下载适用于MAC的GUI软件包,它约为52.37 MB
-
安装它
-
在您的终端中运行" 捆绑器安装 "
-
如果显示错误,则以 ROOT 身份登录
-
然后再试一次希望它会安装
现在我想你一定在想如何以ROOT身份登录
所以这是如何做到这一点
- 转到首选项
2.用户和组
3.单击登录选项(就在 + 和 - 符号上方)
- 如果该选项
- 被锁定,请单击该金色锁单击它..输入您的用户密码..该选项将解锁
5.现在在右侧将有一个按钮,即加入单击它
6.然后在弹出窗口中单击打开网络目录实用程序
- 如果该红色锁已锁定,请再次单击该红锁>>然后输入您的密码
8.单击编辑>>启用根目录
- 创建密码
你完成了
现在注销
现在您将SE两个气球(如果您只有一个用户帐户,则可以更多)单击最后一个键入root作为用户名,并且您在创建密码时就知道密码
并再次运行该捆绑器安装,您就完成了