Library not loaded: libpq.5.dylib

前端 未结 2 1989
[愿得一人]
[愿得一人] 2020-12-10 02:23

I have app that is running Ruby 1.9.2, Rails 3, and postgreSQL 8.3. It was originally setup and working with postgreSQL 9.1, but I uninstalled 9.1 and installed and changed

2条回答
  •  既然无缘
    2020-12-10 02:49

    You may need to remove and re-install the pg gem, so it's compiled against the correct version of Postgres.

提交回复
热议问题