Question

When i try to run the server with rails s i get this issue:

/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require':

cannot load such file -- pg_ext (LoadError)
Was it helpful?

Solution

Reinstalling rubygems(2.0.3) and rails(4.0.0) solved the problem.

OTHER TIPS

Version 0.17.1 was not working for me (same pg_ext load failure) but when I uninstalled it and installed the pre version of 0.18.0 that cleared up the problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top