pas ngetik msfconsole di terminal malah keluar tulisan kaya gini :
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.
solusinya gimana min? download lagi frameworknya?
thanks
modified by koecroet
[fix] :
edit file rbconfig.rb kaya di bawah ini.
root@403:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb
trus search tulisan dibawah ini
CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"
dan ganti dengan:
CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "
abis itu update msf nya (harus terkoneksi internet):
root@403:~# msfupdate
root@403:~# msfconsole
beres dah
Could not find pg-0.15.0 in any of the sources
Run `bundle install` to install missing gems.
solusinya gimana min? download lagi frameworknya?
thanks

modified by koecroet
[fix] :
edit file rbconfig.rb kaya di bawah ini.
root@403:~# gedit /opt/metasploit/ruby/lib/ruby/1.9.1/i686-linux/rbconfig.rb
trus search tulisan dibawah ini
CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) -l$(RUBY_SO_NAME)-static"
dan ganti dengan:
CONFIG["LIBRUBYARG_STATIC"] = "-Wl,-R -Wl,$(libdir) -L$(libdir) "
abis itu update msf nya (harus terkoneksi internet):
root@403:~# msfupdate
root@403:~# msfconsole
beres dah