I have php running, and I have postgres running. I compiled php from the source --with-pgsql-dir=/Users/Shared/PostgreSQL
But somehow, the php extension pgsql.so was not created or does not exist.
I'm just looking for any tips on how to get around this. Is there somewhere I can download pgsql.so, or can a get a precompiled php with dmg that works out of the box?