X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Z2Jc1Yx4L8oIMetjBJI7+rEuRHLXU 2IhLhPb8UwBO+/enzYAaesXjQQamRYuWSU4p9r7VFiQ4Oe2JX5K1mFH3j3t9BEcV mKPlFZ3GEUFuo6I+eJNjyArsP84lYVwdQ6n49CXbDxFvgG67PE0/SELsO4qdE0ut o1463ptfCxXZPk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=85qBBvTCyXWvoM3GGrxKwCi5428=; b=wL7 pAAuj28onRHmyBOaKKXSlNXIkXd0cmKlnJ6SxDnsKUvYDllvZfeVU9F4ln8mZtsG qsZMpY7Cq0sz8ES1Afk1XiF1HJeaMs/gL/lQIoIQTj2CTg7vL5Q701HAErgp4bMm F6CKOozz4sWoO/oyTfbRmVLZTaV/qHgcSKO20Y/4= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=troubleshooting, Troubleshooting, Hx-languages-length:1602, UD:cygwin1.dll X-HELO: mail-yw0-f172.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A/eJJENf77gwcWnAqDPs38EhzUQUr8k/AxYpcvlK6sU=; b=pxW1DyDuFE0aeMx1QOAvXABBRp6a9rIVN2oY0ATWr1ahFMOL0BhoyXPdX5s7s8QTTd SDGfreB7k2Syqvn5m59SFLkuspGx6MPgs5BKHZ3MZ5w6B12srFb9QJ1YEmM5HFoWzYZ5 IsirvK+zA/kPf1wj0Kul+hR9ChoICReu0JYmwvfaBzqxlLszrmeMAU7vSNuqqfsX4Hyg ytHt9E6tb8EOHciuKsjS1UvgVWY6TuWdnMmE7z8QrExRu5hS+NV/XVzzl1DzxOtAUww7 S0JaFVuGXkFMrH6CAElZtyq1noKM8ogBco0Npr95JND5Cb5MMDvAjk7PJMSWhHMGdFmX IVSA== X-Gm-Message-State: AKaTC01UD46yddSOvQO6zoqZMZURrBMPqiB87zQ6C1mxizXJJ5CyEmKgQSQGYVI/2qZ12WKFdRflMoJr/lbqiQ== X-Received: by 10.129.39.136 with SMTP id n130mr921568ywn.129.1481808161541; Thu, 15 Dec 2016 05:22:41 -0800 (PST) MIME-Version: 1.0 From: Aupair Jensen Date: Thu, 15 Dec 2016 14:22:41 +0100 Message-ID: Subject: How to handle the cygcheck message: "track_down: could not find ..." (SOLVED) To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 This is not a question, it could be an entry to "Troubleshooting" in the FAQ. For example, perl did not work. So I checked it using cygcheck: sh-4.3$ cygcheck perl.exe Found: C:\cygwin\bin\perl.exe Found: C:\Perl64\bin\perl.exe C:\cygwin\bin\perl.exe C:\cygwin\bin\cygperl5_22.dll C:\cygwin\bin\cyggcc_s-1.dll C:\cygwin\bin\cygwin1.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll (blah... blah...) C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll C:\cygwin\bin\cygssp-0.dll cygcheck: track_down: could not find cygcrypt-0.dll Now what? Reinstall of perl did not work. Un-install plus install? No. I searched the net and found advice which did not work. The built-in way to solve it: cygcheck -p cygcrypt-0.dll Found 4 matches for cygcrypt-0.dll crypt-debuginfo-1.3-1 - crypt-debuginfo: Debug info for crypt (installed binaries and support files) crypt-debuginfo-1.4-1 - crypt-debuginfo: Debug info for crypt (installed binaries and support files) libcrypt0-1.3-1 - libcrypt0: Encryption/Decryption utility and library (installed binaries and support files) libcrypt0-1.4-1 - libcrypt0: Encryption/Decryption utility and library (installed binaries and support files) A reinstall of "libcrypt0" fixed the missing .dll - Solved! Perhaps the .dll resolving should be added to the cygcheck function? The track_down message is a bit cryptic. Setup.exe version: 2.877 (32 bit) from https://cygwin.com/setup-x86.exe -- 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