> I'm updating the configure.in script to support the current > postgres module.
> Question: What libraries need to be included? > For example: > Sybase needs: -lsybdb -lm > Oracle needs: -lclntsh -lclient8 Postgres requires -lpq and -lssl -lcrypto if the postgres lib has ssl support. Regards, Andrew