[SourceTree] 프로시저 시작 지점 EVP_aes_128_ctr을(를) DLL LIBEAY32.dll에서 찾을 수 없습니다.
소스트리 최신 버전(1.10.x)을 받고 위와 같은 에러가 나서 확인하다 답을 찾고 올려 놓음.
[해결방법]
1. C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\bin 위치의 dll파일들을 모두 Copy 한다.
2. C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\libexec\git-core 위치에 1.에서 Copy 한 File들을 Paste 한다.
3. 끝..
해당 위치에서 dll 파일을 참조 못해서 생기는 에러 같다.
다른 dll missing 문제도 같은 문제 인 듯..
(설명엔 37개라고 돼있는데 내가 할 땐 43개였음.)
[참조]
I've been struggling with similar issue where a fresh install of SourceTree on a different PC failed to clone with an error saying it couldn't find a DLL (specifaclly LIBEAY32.dll). It is all installed and working correctly on another PC. Eventually I found that 37 DLL's are in: C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\bin
But they should also be found at:
C:\Users\myName\AppData\Local\Atlassian\SourceTree\git_local\mingw32\libexec\git-core
After a Copy 'n' paste of all 37 DLL's into the git-core folder and it is now working. Hope this helps someone.
[출처]
'Unity3D > Trouble Shooting' 카테고리의 다른 글
[펌] Your Android setup is not correct. See Settings in Facebook menu. (0) | 2017.02.10 |
---|---|
SQLiteException: (near “Table”: syntax error) (0) | 2017.02.10 |
Library not loaded: @rpath/libswiftCore.dylib (0) | 2016.12.27 |
[펌] dyld: Library not loaded: @rpath/libswiftCore.dylib (0) | 2016.12.27 |
[펌] Xcode 빌드 후 device launch 시 'dyld: Library not loaded: @rpath/libswiftCore.dylib' 에러 (0) | 2016.12.27 |