From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111495 invoked by alias); 16 Jun 2018 07:14:34 -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 111484 invoked by uid 89); 16 Jun 2018 07:14:33 -0000 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 Received: from mail-wr0-f173.google.com (HELO mail-wr0-f173.google.com) (209.85.128.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 16 Jun 2018 07:14:31 +0000 Received: by mail-wr0-f173.google.com with SMTP id f16-v6so11896751wrm.3 for ; Sat, 16 Jun 2018 00:14:31 -0700 (PDT) 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) Received: from ?IPv6:2003:ee:63e7:a101:1813:b632:eb33:a8f6? (p200300EE63E7A1011813B632EB33A8F6.dip0.t-ipconnect.de. [2003:ee:63e7:a101:1813:b632:eb33:a8f6]) by smtp.gmail.com with ESMTPSA id z13-v6sm9054092wrr.71.2018.06.16.00.14.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 16 Jun 2018 00:14:28 -0700 (PDT) Subject: Re: Problem loading dynamic libraries - file not found To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <9afde117-18f0-0f2c-bff2-57df68c6b780@gmail.com> Date: Sat, 16 Jun 2018 09:47:00 -0000 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 X-SW-Source: 2018-06/txt/msg00187.txt.bz2 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