문제

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)
도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top