You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
I am running postgresql 9.3 on OSX Maverick. I think they changed the include location for postgres.h so the build fails. I was able to get it installed by specifying options as follows.
I am running postgresql 9.3 on OSX Maverick. I think they changed the include location for postgres.h so the build fails. I was able to get it installed by specifying options as follows.
gem install do_postgres -- --with-pgsql-server-dir=/usr/local/Celler/postgresql/9.3.5_1 --with-pgsql-server-include=/usr/local/Cellar/postgresql/9.3.5_1/include/server
The text was updated successfully, but these errors were encountered: