On Thu, 2007-03-01 at 00:03 -0500, Tom Donovan wrote: > 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.
Yeah, it's there all right: libpq.so.4 => /usr/lib/libpq.so.4 (0xb7f65000) It also pulled in the usual suspects, like Kerberos and kitchen sink :-) -- Bojan