Open donhill opened 10 years ago
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
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