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

2013-05-07 Thread Yaakov (Cygwin/X)
On 2013-05-07 15:40, Daniel R. Grayson wrote: 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-

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

2013-05-07 Thread Daniel R. Grayson
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

Re: git-remote-https missing a shared library

2013-05-04 Thread marco atzeri
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 missi