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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=ejuyAWJcgqpHIVQV b/y0d6pULrLoqlRV7/Fv6gRgXg2CHAxcYpvEj8V+yybK0ZOwFVm2p9x0r56Ei0Xl NZIORKMsnESfU6bZ0SZvgKteUuVPAm0Bf46djsHB+tXNUC3OqrugY5w+5hw9ST7K t7ECuOdfaCQwYi5/i7ZL5XHwkmU= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=qSw1QIZUX3FjAthh6/ihCi qLNK4=; b=kIWx1tObhnrINeEurAUGP9qyPC6MbmSRPVvK6imxnP7vNCB2rS78Q4 jM0kbt72OFYb3Et7i4LI5ILdbUNLJFkRwGIQp4AMaBlrdIRqX3hskia69I3JNMcr /P6gSMFt3lLTmwoO4PxmdRvA1HaVczYtAqdfub0YNOUSBb9aZcUXg= 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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:op.yr28, H*i:sk:op.yr28, H*f:sk:op.yr28, wish X-HELO: mail-wm0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=XG5sEhz+p1pxyl/JOOcxvBvNbPvBYIbUJdP01mW6RQA=; b=eZVGDVynGxfTFnchgW/vuYPSR2UoM5gdmr027XjphyXAkTqfL75uty1CNMeOmWbwT4 O1kQMK8dhf4AvNDTZSX+UZovW7pgt3OvxZVK+9PuLKhEv6gx/KYckUKiokdxHANLEXvE 69kxf8gcSxFD9D6ElmNLOi7SrGuF14vnzgCG124kpUzB8zkMzeodXL/7pkfd6gZKMTIG sXBBDywVaIrBx1KtdkdUu5OUKvc9TdluQlDPjRmbw1eKkreKHR+L7Yr2i6nPcMELsBEL IDSRLBy/CbOc4dRzMbK5/8E99a670AyfIB+Kx2aNCetBkZFuOK4DOPynBfBhykY+Hy2A /U1A== X-Gm-Message-State: AKaTC01i8YZU6834Dxf6ANpQRHhZSicjiIPyRIoKrEmR5ZPl5vunDx8PBDXT5QE+I+d5bA== X-Received: by 10.28.37.2 with SMTP id l2mr2141691wml.86.1481108586785; Wed, 07 Dec 2016 03:03:06 -0800 (PST) Subject: Re: make command gives: error while loading shared libraries: ?: cannot open shared object file To: cygwin AT cygwin DOT com References: <9fbfa36e-5a16-44e5-4f2b-bf6f8806b04f AT cornell DOT edu> From: Marco Atzeri Message-ID: Date: Wed, 7 Dec 2016 12:02:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 07/12/2016 07:34, Arnaut B wrote: > On Tue, 06 Dec 2016 18:41:25 -0800, Ken Brown wrote: > >> On 12/6/2016 6:54 PM, Arnaut B wrote: >>> Hi All, >>> >>> After updating cygwin to the latest current release, my "make" command >>> is broken. It spits the following error: >>> >> >> /usr/bin/cygcrypt-0.dll is provided by the libcrypt0 package. Try >> reinstalling that. >> >> Ken >> > > Thanks. That did it. Wish there was an easier way to get the answer than > going on the mailing list. Is there a command that can check what > package a dll belongs to? $ 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) -- 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