At first I was concerned that there was no PostgreSQL lib shown for libaprutil-1, but looking at the build - it apparently links with the static PostgreSQL library: libpq.a.
Aha! That explains it. The "pq" (PQ) instead of "pg" (PG) seems odd, but it's in pgsql/lib. -tom- Bojan Smojver wrote:
On Wed, 2007-02-28 at 23:29 -0500, Tom Donovan wrote:In this test, pgsql was the static driver, mysql was dynamic.Pretty cool :-) Thanks,