Thread: Re: Need Libpq.dll w/ SSL

Re: Need Libpq.dll w/ SSL

From
reina_ga@hotmail.com (Tony Reina)
Date:
o.blomqvist@secomintl.com (Otto Blomqvist) wrote in message news:<c501cb7d.0407121244.44deaf6e@posting.google.com>...

> I'm in dire need of a compiled libpq.dll with ssl support for win32. I
> don't know how do complile it myself. (My guess is it requires at
> least a couple Magic tricks)
>

Otto,

I e-mailed the files directly to you. In addition to libpq.dll, you'll
need the openssl libs (libeay32.dll and ssleay32.dll). Plus, if you
are using libpq.dll with your own code, you'll need to include
libpqdll.lib, libpq-fe.h, and postgres_ext.h.

HTH,
-Tony