This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: git-remote-https missing a shared library, problem with libopenldap2_4_2


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 <marco.atzeri@gmail.com> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]