X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_YG X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: [bind] host can't find /usr/lib/engines/libgost.so - cygcheck.out (0/1) Date: Thu, 29 Nov 2012 10:52:03 -0500 Lines: 23 Message-ID: <7i0fb8hr32eq4e5pin3guldbiaes2vomlg@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com The "host" command in bind-9.9.2-1 fails: $ host www.example.com 29-Nov-2012 10:42:22.749 ENGINE_by_id failed 29-Nov-2012 10:42:22.749 error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(/usr/lib/engines/libgost.so): No such file or directory 29-Nov-2012 10:42:22.749 error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 29-Nov-2012 10:42:22.749 error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:450: 29-Nov-2012 10:42:22.749 error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:417:id=gost host: dst_lib_init: crypto failure It seems that host expects to find /usr/lib/engines/libgost.so. There's no directory /usr/lib/engines in my installation, but there is /usr/lib/openssl-1.0.1/engines/libgost.so. ln -s openssl-1.0.1/engines /usr/lib/engines makes the error message go away. cygcheck -svr output is attached. -- 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