Category:
Computer
久々に Cygwin をセットアップして使っていたらエラーに遭遇。環境は Windows 8 (64-bit)。
git リポジトリをクローンしようとしたら以下のようなエラーメッセージが出力。
strace したところ、libsasl2 が見つからないようだったので、libsasl2 パッケージを追加でインストールしたら直った。どこかで依存関係が切れてしまったのかな。
git リポジトリをクローンしようとしたら以下のようなエラーメッセージが出力。
$ git clone https://github.com/foo/bar.git
/usr/lib/git-core/git-remote-https.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
strace したところ、libsasl2 が見つからないようだったので、libsasl2 パッケージを追加でインストールしたら直った。どこかで依存関係が切れてしまったのかな。
Comments