Problem with EDB 11.0 Windows x64 distributions

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Problem with EDB 11.0 Windows x64 distributions
Date: 2018-10-24 13:45:50
Message-ID: a7935d91-d1c7-e7b8-cfa6-0e736ff5610a@chrullrich.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

there are some problems with the 11.0 EDB installers and binary archives
for Windows x64:

- bin/libwinpthread-1.dll is only in the installer

This is a dependency of libintl-9.dll, so without it, nearly
everything in the Zip archive does not work.

- zlib1.dll is only in the installer

No backups, no replication, no logical replication.

- bin/libcurl.dll is only in the Zip archive

Needed by bin/stackbuilder.exe , but ...

- StackBuilder (all of it) is only in the Zip archive

... and so are all the wxWidgets DLLs. At least I cannot get
the installer to --extract-only it.

- bin/libcurl.lib is present in both

It is not needed, is it?

Files involved:

- postgresql-11.0-2-windows-x64-binaries.zip
SHA1: 167c37a61a60737d9e3461b845fc2baa8db34bd5

- postgresql-11.0-2-windows-x64.exe (--extract-only 1)
SHA1: 67a0e27e69375404df8967ab81383d26f22c94b5

--
Christian

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-10-24 13:58:58 Re: Log timestamps at higher resolution
Previous Message Michael Meskes 2018-10-24 13:29:12 Re: [PROPOSAL]a new data type 'bytea' for ECPG