Re: Windows releases - Bundle OpenSSL includes and .libs in the installer?

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>, Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Windows releases - Bundle OpenSSL includes and .libs in the installer?
Date: 2014-07-04 11:47:24
Message-ID: 53B6944C.5080005@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/03/2014 05:41 PM, Dave Page wrote:
> It shouldn't be an issue for psqlODBC itself as users of that link
> against the driver manager not the driver. I suspect what Craig is
> trying to do is build the driver against our server installation, which
> means he may need OpenSSL now, and other dependencies in the future

Exactly.

It's not vital. After all, I can just build my own libpq + openssl +
gettext etc. But I'd rather reduce divergence from the published
psqlODBC drivers if possible, by bundling the "official" libpq Windows
binaries. As psqlODBC must link directly to OpenSSL that won't work with
how they're currently distributed - or not without possible issues due
to OpenSSL library mismatches, anyway.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kynn Jones 2014-07-04 13:24:31 Random-looking primary keys in the range 100000..999999
Previous Message Albe Laurenz 2014-07-04 09:51:59 Re: Migration error " invalid byte sequence for encoding "UTF8": 0xff " from mysql 5.5 to postgresql 9.1