Júlio Papel wrote in post #1178063: > Hi, Are you using git? Is everything committed? do you have > the postgresql-common and the > libpq-dev > > I got some similar problem but due to git. > > Hope it helps! :) > Julio > > On Wednesday, August 19, 2015 at 9:18:07 PM UTC+2, Ruby-Forum.com User
Hi, Julio, According to similar question on SO it seems that installing ruby-dev headers for compiling extension modules did the trick. sudo apt-get install ruby-dev && sudo gem install pg -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/582ea8675a47ca1a8827fdd2f980581f%40ruby-forum.com. For more options, visit https://groups.google.com/d/optout.

