Google isn't helping me here. Following a disk repair, I need to reinstall the pg gem for Ruby 1.9.2.
I'm using: gem install pg -- --with-opt-include=/opt/local/include/postgresql84/ -opt-lib=/opt/local/lib/postgresql84/ and libpq-fe.h is definitely at: /opt/local/include/postgresql84/libpq-fe.h I've tried it with env ARCHFLAGS="-arch x86_64" and with env ARCHFLAGS="-arch i386" I cannot imagine why this is failing in this manner. -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
