From: Kenneth Tilton Date: 2009-07-16T07:30:05+09:00 Subject: Re: Nooby stumped on installing ruby-pg gem Roger Pack wrote: > 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 Thx, that helped. Got the gem installed but then got a complaint that LIBPQ.dll was not found and when I stuffed one in it complained about PQcancel not being defined in libpq.dll. Maybe I can find a better one. Thx again, kt