Re: Problem with EDB 11.0 Windows x64 distributions

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: Christian Ullrich <chris(at)chrullrich(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problem with EDB 11.0 Windows x64 distributions
Date: 2018-10-25 11:53:02
Message-ID: CANFyU96mw49QbXof=F_YBZ2_V=cXddDyr_NJHPC_FDj4tZqgow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 25, 2018 at 4:58 PM Christian Ullrich <chris(at)chrullrich(dot)net>
wrote:

> * Sandeep Thakkar wrote:
>
> > There shouldn't be any problem with the installer (in non extract-only
> > mode) and all the dependencies should be in place. Let us know if any
> > binary is not working. For extract-only mode, let me confirm and fix the
> > issues if any.
>
> Sorry, I do not use the installer in install mode; it's too black a box
> for me.
>
> > Also, bin/libwinpthread-1.dll and bin/zilb1.dll were missing in zip
> > archive which I just added.
>
> The file download on your web site is still 11.0-2, and the files are
> still missing from it. Should it have updated (to -3?) by now?
>
> You talking about Zip archive? I can see the missing DLLs in it:

$ unzip -l postgresql-11.0-2-windows-x64-binaries.zip | grep libwin

52736 10-24-18 20:59 pgsql/bin/libwinpthread-1.dll

$ unzip -l postgresql-11.0-2-windows-x64-binaries.zip | grep zlib1

86528 10-24-18 20:59 pgsql/bin/zlib1.dll

The version is same because the files in archive should match the ones
bundled in the installer. 11.0-3 will include a fix for extract-only issue
with the installer.

> --
> Christian
>

--
Sandeep Thakkar

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruno Wolff III 2018-10-25 12:10:29 Re: Should pg 11 use a lot more memory building an spgist index?
Previous Message Tom Lane 2018-10-25 11:52:01 Re: [PATCH] Tab complete EXECUTE FUNCTION for CREATE (EVENT) TRIGGER