On Thu, 2004-06-03 at 12:01, lise chhay wrote:
> - I've a problem when I launched the command psql testdb. I get a error message :
> psql:relocation error: psql : undefined symbol : PQgetSSL
When you build PostgreSQL, you need to add --with-openssl to the
configure command.
Oliver Elphick