Universal Postgres
Thursday, June 19th, 2008It turns out that nobody seems to know how to build a Universal version of PostgreSQL for OSX. This turned into a problem for me when I was trying to build a version of PHP with support for postgres — I needed Universal (four-architecture) libraries.
The following seems to work (I’m running an Intel Leopard):
1) [...]