git-remote-https missing a shared library
Daniel R. Grayson
danielrichardgrayson@gmail.com
Sat May 4 14:24:00 GMT 2013
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
ntdll.dll => /cygdrive/c/Windows/SysWOW64/ntdll.dll (0x774d0000)
kernel32.dll => /cygdrive/c/Windows/syswow64/kernel32.dll (0x766d0000)
KERNELBASE.dll => /cygdrive/c/Windows/syswow64/KERNELBASE.dll (0x75ac0000)
cygcrypto-0.9.8.dll => /usr/bin/cygcrypto-0.9.8.dll (0x6d500000)
cygwin1.dll => /usr/bin/cygwin1.dll (0x61000000)
cygz.dll => /usr/bin/cygz.dll (0x68bd0000)
cyggcc_s-1.dll => /usr/bin/cyggcc_s-1.dll (0x6ce00000)
cygcurl-4.dll => /usr/bin/cygcurl-4.dll (0x6d300000)
cygcrypto-1.0.0.dll => /usr/bin/cygcrypto-1.0.0.dll (0x6d370000)
cyggssapi-3.dll => /usr/bin/cyggssapi-3.dll (0x6bee0000)
cygheimntlm-0.dll => /usr/bin/cygheimntlm-0.dll (0x6b9b0000)
cygkrb5-26.dll => /usr/bin/cygkrb5-26.dll (0x6a0c0000)
cygasn1-8.dll => /usr/bin/cygasn1-8.dll (0x6d950000)
cygroken-18.dll => /usr/bin/cygroken-18.dll (0x69250000)
cygcrypt-0.dll => /usr/bin/cygcrypt-0.dll (0x6d640000)
cygcom_err-2.dll => /usr/bin/cygcom_err-2.dll (0x6d690000)
cygwind-0.dll => /usr/bin/cygwind-0.dll (0x68dd0000)
cyghx509-5.dll => /usr/bin/cyghx509-5.dll (0x6b940000)
cygintl-8.dll => /usr/bin/cygintl-8.dll (0x6a1e0000)
cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x6b7d0000)
cygsqlite3-0.dll => /usr/bin/cygsqlite3-0.dll (0x690a0000)
cygheimbase-1.dll => /usr/bin/cygheimbase-1.dll (0x6b9c0000)
cygidn-11.dll => /usr/bin/cygidn-11.dll (0x6a200000)
cyglber-2-4-2.dll => /usr/bin/cyglber-2-4-2.dll (0x6a0b0000)
cygldap-2-4-2.dll => /usr/bin/cygldap-2-4-2.dll (0x6a020000)
$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 46946 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20130504/e4ef7a92/attachment.obj>
-------------- next part --------------
--
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
More information about the Cygwin
mailing list