1

我是回溯 5 r3 的新手。当我尝试执行命令时msfupdate,出现以下错误。

安装 pg (0.15.0) 时出错,Bundler 无法继续。gem install pg -v '0.15.0'在捆绑之前确保成功。

4

2 回答 2

2

我修改了这个文件:/opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb

更改行 => CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static" 由 => CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir)"

转到 /opt/metasploit/msf3 并运行 /opt/metasploit/ruby/bin/bundle install

信用——http : //top-hat-sec.com/forum/index.php? topic= 2668.0——鲍比

于 2013-04-11T21:56:57.420 回答
0

In my ubuntu system

sudo apt-get install libpq-dev

gem install pg -v '0.15.0'

于 2013-04-07T12:58:12.793 回答