From: Luis Lavena Date: 2009-07-16T09:20:05+09:00 Subject: Re: Nooby stumped on installing ruby-pg gem On Jul 15, 7:26 pm, Kenneth Tilton wrote: > 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. > Maybe the gem has been built against a different version of PostgreSQL. Please verify at the gem project page (or contact the author using the forums) about the supported versions of PostgreSQL: http://rubyforge.org/projects/ruby-pg/ -- Luis Lavena > Thx again, kt