[framework] Metasploit Exploit Automation [on Windows]
Jerome Athias
jerome.athias at free.fr
Fri Sep 22 12:26:26 CDT 2006
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
More information about the framework
mailing list