Hi, I am running PostGres 6.2.0 as supplied with RedHat 5.0. In that release there is no function called PQsetdbLogin as used in pgmodule.c in ZpyGreSQLDA/src. A quick fix is to change PQsetdbLogin to PQsetdb and omit the last three arguments (username, password, database). -- Guido