开发者

PG gem errors on attempting to make connection

开发者 https://www.devze.com 2023-01-08 04:15 出处:网络
I have installed Postgres 8.4.4 via MacPorts per a RobbyOnRails installation guide.When I attempt to connect to a project I get the following error:

I have installed Postgres 8.4.4 via MacPorts per a RobbyOnRails installation guide. When I attempt to connect to a project I get the following error:

establish_connection':RuntimeError: Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (dlopen(/Library/Ruby/Gems/1.8/gems/pg-0.9.0/lib/pg_ext.bundle, 9): no suitable image found开发者_开发问答.  Did find:
    /Library/Ruby/Gems/1.8/gems/pg-0.9.0/lib/pg_ext.bundle: mach-o, but wrong architecture - /Library/Ruby/Gems/1.8/gems/pg-0.9.0/lib/pg_ext.bundle)

The PG gem successfully installs, but the above error is generated.

Any thoughts?


The issue was that the PG gem was not being uninstalled from all locations. Once I forced the uninstall paths, everything seemed to work.

0

精彩评论

暂无评论...
验证码 换一张
取 消