From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75912 invoked by alias); 21 Mar 2019 11:58:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 75893 invoked by uid 89); 21 Mar 2019 11:58:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,KAM_COUK,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:ASMTP, H*RU:ASMTP, H*r:ASMTP, H*UA:15.0 X-HELO: mail.tristarsupport.co.uk Received: from mail.tristarwebsolutions.co.uk (HELO mail.tristarsupport.co.uk) (188.191.154.26) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Mar 2019 11:58:00 +0000 Received: from BytehousePC01 ([192.168.171.41]) by mail.tristarsupport.co.uk (IceWarp 11.3.1.6 x64) with ASMTP (SSL) id 201903211157460010 for ; Thu, 21 Mar 2019 11:57:46 -0000 From: "Alan" To: References: In-Reply-To: Subject: RE: gost.dll required but missing after latest Cygwin update Date: Thu, 21 Mar 2019 11:58:00 -0000 Message-ID: <3ddb01d4dfdd$51bacc70$f5306550$@bytehouse.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00517.txt.bz2 bind-utils 9.11.2-2-P2 has a dependency on libssl1.1. A workaround for my issue seems to be downgrading bind-utils to version 9.11.2-2-P1 which doesn't have that dependency. Thanks go to Brian Ingliss for the hint which pointed me in the right direction. I'd suggest anyone maintaining a package with a dependency on libssl1.1 should check for similar issues. Regards, Alan -----Original Message----- From: Alan [mailto:alan@bytehouse.co.uk] Sent: Wednesday, March 20, 2019 5:20 PM To: 'cygwin@cygwin.com' Subject: gost.dll required but missing after latest Cygwin update This seems related to openssl 1.1.1b1 but it affects multiple other programs. For example dig no longer works: AlanG@Bytehouse-PC-01 ~ $ dig bytehouse.co.uk any 20-Mar-2019 16:52:02.636 ENGINE_by_id failed (crypto failure) 20-Mar-2019 16:52:02.637 error:25066067:DSO support routines:dlfcn_load:could not load the shared library:crypto/dso/dso_dlfcn.c:119:filename(/usr/lib/engines-1.1/gost.dll): No such file or directory 20-Mar-2019 16:52:02.637 error:25070067:DSO support routines:DSO_load:could not load the shared library:crypto/dso/dso_lib.c:162: 20-Mar-2019 16:52:02.637 error:260B6084:engine routines:dynamic_load:dso not found:crypto/engine/eng_dyn.c:414: 20-Mar-2019 16:52:02.637 error:2606A074:engine routines:ENGINE_by_id:no such engine:crypto/engine/eng_list.c:334:id=gost dig: dst_lib_init: crypto failure I have been unable so far to find a workaround or fix. There's a libgost.so in /usr/lib/engines-1.0 but no gost.dll anywhere: $ ls -al /usr/lib/engine* /usr/lib/engines-1.0: total 328 drwxr-xr-x+ 1 AlanG Domain Users 0 Mar 20 16:50 . drwxr-xr-x+ 1 AlanG Domain Users 0 Mar 20 16:51 .. -rwxr-xr-x 1 AlanG Domain Users 18963 Mar 11 17:59 lib4758cca.so -rwxr-xr-x 1 AlanG Domain Users 18451 Mar 11 17:59 libaep.so -rwxr-xr-x 1 AlanG Domain Users 17427 Mar 11 17:59 libatalla.so -rwxr-xr-x 1 AlanG Domain Users 8211 Mar 11 17:59 libcapi.so -rwxr-xr-x 1 AlanG Domain Users 23059 Mar 11 17:59 libchil.so -rwxr-xr-x 1 AlanG Domain Users 22035 Mar 11 17:59 libcswift.so -rwxr-xr-x 1 AlanG Domain Users 8211 Mar 11 17:59 libgmp.so -rwxr-xr-x 1 AlanG Domain Users 94227 Mar 11 17:59 libgost.so -rwxr-xr-x 1 AlanG Domain Users 13843 Mar 11 17:59 libnuron.so -rwxr-xr-x 1 AlanG Domain Users 8211 Mar 11 17:59 libpadlock.so -rwxr-xr-x 1 AlanG Domain Users 27667 Mar 11 17:59 libsureware.so -rwxr-xr-x 1 AlanG Domain Users 19987 Mar 11 17:59 libubsec.so /usr/lib/engines-1.1: total 48 drwxr-xr-x+ 1 AlanG Domain Users 0 Mar 20 16:51 . drwxr-xr-x+ 1 AlanG Domain Users 0 Mar 20 16:51 .. -rwxr-xr-x 1 AlanG Domain Users 8211 Mar 11 05:52 capi.dll -rwxr-xr-x 1 AlanG Domain Users 12307 Mar 11 05:52 padlock.dll I've attached a redacted cygcheck file. Thanks for any advice, Alan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple