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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=JtMvmCtQ/EP/ZlN0xYWRF8l7pES0f P6aDEZnlzyJ7fVjnltS/syT+uXvrfw6LaoBp75JEkPls54rPrjgoeoKqYS3EvBzz 49Iec5p9osy4j/sdkHTXBA0o+V3XTBuErz97Llqo3xUFa+xLErAYvZL7NVRWml00 iadtVCoh0WfdbU= 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:date:message-id:subject:from:to :content-type; s=default; bh=zXQCXteDKjUqJrI1MOVMr52Bcm8=; b=ihf 1EeDEKg2RstwH7aud62yWm8r2G2vUTIMUTe/OQ4azWG3NYdmSl2I5ehVVxs4Acyg kBJq6ggXB7nQwzAUT8tF8rDzygKD1HN5CwCkYASlPIckgGLwB1Y8mju0q0m17ffP 6nwmxqyciy/Ihse8kR18nLmWlvMHowoSZ8JpBibM= 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 X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_YG autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.194.59.208 with SMTP id b16mr6013501wjr.15.1367959252572; Tue, 07 May 2013 13:40:52 -0700 (PDT) Date: Tue, 7 May 2013 15:40:52 -0500 Message-ID: Subject: Re: git-remote-https missing a shared library, problem with libopenldap2_4_2 From: "Daniel R. Grayson" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Thank you. Your output shows that the dependency of git upon libsasl2 is indirect, and that the real problem is that the package libopenldap2_4_2 fails to list libsasl2 as a dependency, even though its dll depends on it: $ cygcheck /bin/cygldap-2-4-2.dll | grep sasl C:\cygwin\bin\cygsasl2-2.dll Could someone get the dependency listing corrected? On Sat, May 4, 2013 at 9:47 AM, marco atzeri wrote: > Il 5/4/2013 4:24 PM, Daniel R. Grayson ha scritto: > >> git-remote-https claims to be missing a shared library, but doesn't >> give its name and ldd doesn't agree. >> >> The work-around is to install libsasl2 manually. The fix is to make >> git require libsasl2 and to figure out how to get the name of the >> missing library into the error message. >> >> $ git clone --no-checkout https://github.com/Macaulay2/M2 1.6 >> Cloning into '1.6'... >> /usr/lib/git-core/git-remote-https.exe: error while loading shared >> libraries: ?: cannot open shared object file: No such file or >> directory >> >> $ ldd /usr/lib/git-core/git-remote-https.exe > > ldd is unable to report missing libs > use instead > > $ cygcheck /usr/lib/git-core/git-remote-https.exe > E:\cygwin\lib\git-core\git-remote-https.exe > E:\cygwin\bin\cygcrypto-0.9.8.dll > E:\cygwin\bin\cygwin1.dll > C:\Windows\system32\KERNEL32.dll > C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll > C:\Windows\system32\ntdll.dll > C:\Windows\system32\KERNELBASE.dll > [cut] > E:\cygwin\bin\cygz.dll > E:\cygwin\bin\cyggcc_s-1.dll > E:\cygwin\bin\cygcurl-4.dll > E:\cygwin\bin\cygcrypto-1.0.0.dll > E:\cygwin\bin\cyggssapi-3.dll > E:\cygwin\bin\cygheimntlm-0.dll > E:\cygwin\bin\cygkrb5-26.dll > E:\cygwin\bin\cygasn1-8.dll > E:\cygwin\bin\cygroken-18.dll > E:\cygwin\bin\cygcrypt-0.dll > E:\cygwin\bin\cygcom_err-2.dll > E:\cygwin\bin\cygwind-0.dll > E:\cygwin\bin\cyghx509-5.dll > E:\cygwin\bin\cygintl-8.dll > E:\cygwin\bin\cygiconv-2.dll > E:\cygwin\bin\cygsqlite3-0.dll > E:\cygwin\bin\cygheimbase-1.dll > E:\cygwin\bin\cygidn-11.dll > E:\cygwin\bin\cyglber-2-4-2.dll > E:\cygwin\bin\cygldap-2-4-2.dll > E:\cygwin\bin\cygsasl2-2.dll > E:\cygwin\bin\cygssl-1.0.0.dll > E:\cygwin\bin\cygssh2-1.dll > > cygsasl2-2.dll is a dependence of cygldap-2-4-2.dll > > > -- > 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 > -- 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