Re: help with programming

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Chris Hayner <hayner80(at)astro(dot)ocis(dot)temple(dot)edu>
Cc: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: help with programming
Date: 2001-05-17 14:47:39
Message-ID: Pine.LNX.4.30.0105171646260.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Chris Hayner writes:

> ERROR: Unknown conninfo option 'requiressl'

Be sure that your program is picking up the right libpq. Try 'ldd
yourprog' to see which one it uses. Maybe you have some other version
without SSL support lying around.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Carlos Moreno 2001-05-18 01:41:38 Re: libpq++ and strings.
Previous Message Chris Hayner 2001-05-17 13:44:23 Re: help with programming