From: Roger Pack Date: 2009-07-16T05:13:39+09:00 Subject: Re: Nooby stumped on installing ruby-pg gem Kenneth Tilton wrote: > require 'pg' > ==> > LoadError: 126: The specified module could not be found. - > C:/Ruby/lib/ruby/gems/1.8/gems/pg-0.8.0-x86-mswin32-60/lib/pg.so That probably doesn't mean pg isn't installed, but that a dependency it relies on isn't [or wrong version]. http://blog.smajn.net/2009/07/installing-ruby-191-rails-232-and.html might help. GL. =r -- Posted via http://www.ruby-forum.com/.