> -----Original Message-----
> From: Devrim GUNDUZ [mailto:devrim@gunduz.org]
> Sent: 13 January 2004 08:49
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Build Error on FC1
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> I'm back to life :-)
>
> As reported in:
>
> http://archives.postgresql.org/pgadmin-hackers/2003-12/msg00130.php
>
> I still cannt recompile pgadmin3 on FC1. Here is the error report:
>
> db/pgConn.cpp:194: undefined reference to `PQgetssl'
> collect2: ld returned 1 exit status
Do you have SSL compiled into your libpq? You can check for the symbol
using nm...
Regards, Dave.