2008-05-26 11:52 AEST by Arthur Barrett - PostgresSQL database driver requires Postgres 8.1 (not 7.3 as shipped with RH9). In particular: ../postgres/PostgresConnection.cpp:322: `PQexecParams' undeclared (first use this function) This should be checked in the configure script. See: http://www.postgresql.org/docs/8.1/static/libpq-exec.html and: http://www.postgresql.org/docs/7.3/static/libpq-exec.html RH9 (the build environment we use for the FOSS builds) was shipped with postgresql 7.3.4-3. We currently also use the same environment for commercial builds but test on RHELV4. Need to start building commercial builds on RHELV4 as well which shipped with postgres 8.1.3-1. This is more important for the FOSS build since we want to begin phasing out the use of MySQL and Postgres is the 'logical' alternative. Suse SLES9 is shipped with postgres 7.4.13 which appears to include the function but I have not confirmed a succssful compile: http://www.postgresql.org/docs/7.4/static/libpq-exec.html
2008-05-26 12:52 AEST by Arthur Barrett - Correction: the latest postgres for RedHat ES v4 is 7.4.19. RedHat ES v5 latest is 8.1.11-1. RedHat application stack v1 for ES v4 has postgres 8.1.11-1