Metasploit mailing list archives

Metasploit Exploit Automation [on Windows]


From: jerome.athias at free.fr (Jerome Athias)
Date: Fri, 22 Sep 2006 19:26:26 +0200

H D Moore a ?crit :
Hello,

The problem is that either ActiveRecord or the Postgres database driver 
for Ruby has not been installed. Try opening a Cygwin shell prompt and 
running the following command:

$ gem install activerecord
$ gem install postgres-pr

-HD

  
Note that if you get this common error with win32-ruby:

$ gem install activerecord
ERROR:  While executing gem ... (SocketError)
   getaddrinfo: no address associated with hostname.


a quick workaround is to download this file:
http://rubyforge.vm.bytemark.co.uk/gems/activerecord-1.9.1.gem
(actually the last version)

in your path and then run again:

$ gem install activerecord


(you'll also find other packages like postgres-pr ... at the same 
location ;-)


/JA



Current thread: