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=X/BKPv2VR9ggelOO WcpYMaI5cAlqzBjLuhLEYSxKAsQDf6atfwoZ4Zu/rrX49Q5r7IM/w55oNp62YMWS CF1oQhvKKnaGYVB2OUmcezn2jTD2rlmqSrSS2TjFWRFgOrqQUnobmrbmrb2g6Z1S 4W5qi2rIOQwvnEBs2BXrWDJwQhE= 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=t5U8odOkywEiJMhgJmDApt RUuE8=; b=Ir/w1uxwS/7mjFZc3dXIWgSHroTJjcvDg1mdfRWnmJqYT+a4eN9wF5 W5+bEXqhR+/th/G7801gFSy7Pa8GEIRzoenGM1ddthHGlzG+8oUdPwOEgR9XafPS zv+BfO8wYCvXyEw6I1WxODxWNnvqKE577aox+O1YOdt3V0UhyN0Gs= 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=HX-Received:sk:o1-v6mr, HX-Received:Sat X-HELO: mail-wr0-f173.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=amvIKU8MpAYHg0foWbhS9E3sDPj7e2PzZ0AvTdU1zgM=; b=pijy07arQTfbRHgBMv6d9N5kgat7oZy6n+l6X/L/wEWXwG7IEwWK01XZFU+sMw3lkS 92hNI14dvEXwqpzkXT+VM2FzOmF3MSx7+MvsIxQldc7Fy6msGHW9+7L5z8C8f4kNuLXj KfEZWjBeduEjRcrDeVdCIWGDId+Wuiljh+CmbBUflrYCf7lZO5QUfEWanW+vdVxLaaBV 9mpMc2tAghxPST03PTrGABgQoYiGTugbK+tCg1EIUqRl/DdGhefLs+F7X/F7mWYqkulv EOOxFWn6o0hPnZFuZWAPuR8YleZpowTSMiSZXCUqOV9irglWrEjAmOoYy36+5jd0jvlI Swfw== X-Gm-Message-State: APt69E3kTXS1jASOUsIadctdZqqp167UdC8iooK/ghk1Rbi4l0Ptov93 zinqnhBooAW2p4S5HxoS5mpAt8UK X-Google-Smtp-Source: ADUXVKKSYUmhScGNKCLcBqkBUnkb5PrJO3QTwzDMuYP07KiNX2IoBgjI7R+b45SQP23nd4eVE04/YQ== X-Received: by 2002:adf:ba01:: with SMTP id o1-v6mr4259880wrg.249.1529133269521; Sat, 16 Jun 2018 00:14:29 -0700 (PDT) Subject: Re: Problem loading dynamic libraries - file not found To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <9afde117-18f0-0f2c-bff2-57df68c6b780@gmail.com> Date: Sat, 16 Jun 2018 09:14:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 6/16/2018 4:05 AM, Brian Inglis wrote: > On 2018-06-15 16:50, Roberto Ribeiro wrote: >> recently I've been running a lot into an error while trying to load dlls >> compiled by cygwin: "ERROR: could not load library (...): No such file or >> directory". >> The library in question is always there, however, and *appears* to have been >> correctly built (ldd and cygcheck both return the expected values). Roberto, it can be a older version than needed, ldd and cygcheck will not notice the difference. It is usually due to a an error in upgrade. It can happen when you run setup but some cygwin program/process was still running and the used libraries can not be upgraded. Check is some /usr/bin/*.new libraries are present. In that case a re-boot could solve the issue. > If that does not clue you in sufficiently, also run: > > $ cygcheck -hrsv > cygcheck.out & > In the cygcheck.out you can look at the date of the specific library and compare with the one in the latest package https://cygwin.com/cgi-bin2/package-grep.cgi In case of mismatch, close all process and re-install the package containing that library. Regards MArco -- 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