pg gem '0.14.0' on Mountain Lion fails

后端 未结 10 1895
孤街浪徒
孤街浪徒 2020-12-10 12:56

I just upgraded from OS X Lion to OS X Mountain Lion. My rails environment for the most part stayed in tact.

The only steps I had to do to get things back to a good

10条回答
  •  离开以前
    2020-12-10 13:04

    I was able to get it to work by installing the Postgres.app from Heroku and removing my existing postgresql installation. You can download the app here:

    http://postgresapp.com/

    brew remove postgresql
    
    bundle install
    

    If you didn't use brew, here's a link to more uninstall docs from Postgres.app

    http://postgresapp.com/documentation#toc_16

提交回复
热议问题