On Sat, Feb 19, 2005 at 10:12:43AM -0000, Paul Querna wrote:
> Author: pquerna
> Date: Sat Feb 19 02:12:41 2005
> New Revision: 154402
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=154402
> Log:
> Hook the PostgreSQL DBD driver into autoconf.
> The current code will not autodetect Postgres on all systems.

Does this driver require some features of particular versions of
PostgresSQL?  This broke the build on my RHEL3 box:

libtool: link: warning: `-version-info' is ignored for programs
../.libs/libaprutil-1.so: undefined reference to `PQexecPrepared'
../.libs/libaprutil-1.so: undefined reference to `PQsendQueryParams'
../.libs/libaprutil-1.so: undefined reference to `PQexecParams'
../.libs/libaprutil-1.so: undefined reference to `PQsendQueryPrepared'

postgres 7.3.9

joe

Reply via email to