Categories
Applications Command Line (CLI)

cygwin error loading shared libraries

You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “cygwin error loading shared libraries”.

3 replies on “cygwin error loading shared libraries”

Helpful, but left out details. My particular issue was curl was failing with the same error. I’ve used ldd in the past, but it didn’t give me any indication of a missing dll. Your suggestion to do “cygcheck curl” helped.

cygcheck: track_down: could not find cygsasl2-2.dll

But I had to search the web to find out more information.

To find the missing package you can go to the cygwin page and click on Search Packages (or use http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygsasl where “cygsasl” was a string from my missing dll name.)

After installing libsasl… curl works!!

Thanks for the help!

I, too, had the Curl issue but resolved it with an easy search. The information posted here was invaluable!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.