I just installed PostgreSQL and the pg gem for running Rails on Heroku. I'm running
$ rake -T
But it's aborting for reason related to "libpq.5.dylib"
rake aborted!
dlopen(/Library/Ruby/Gems/1.8/gems/pg-0.13.2/lib/pg_ext.bundle, 9): Library not loaded: libpq.5.dylib
Referenced from: /Library/Ruby/Gems/1.8/gems/pg-0.13.2/lib/pg_ext.bundle
Reason: image not found - /Library/Ruby/Gems/1.8/gems/pg-0.13.2/lib/pg_ext.bundle
What gives?
How can load the libpq.5.dylib library?