SS報錯的解決
SS報錯
AttributeError: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: undefined symbol:
解決方案:
EVP_CIPHER_CTX_cleanup
修改/usr/local/lib/python2.7/dist-packages/shadowsocks/crypto/openssl.py
libcrypto.EVP_CIPHER_CTX_cleanup.argtypes = (c_void_p,)
替換成
libcrypto.EVP_CIPHER_CTX_reset.argtypes = (c_void_p,)
libcrypto.EVP_CIPHER_CTX_cleanup
替換成
libcrypto.EVP_CIPHER_CTX_reset
相關文章
- 解決eslint報錯EsLint
- mybatis報錯解決MyBatis
- supervisor使用報錯解決
- iText中文,報錯解決
- npm install 報錯解決NPM
- dbfread報錯ValueError錯誤解決方法Error
- git報錯400的解決辦法Git
- Django(21)migrate報錯的解決方案Django
- Qt報Multiple definition錯誤的解決QT
- 解決eclipse的maven依賴報錯EclipseMaven
- 解決啟動openfeign報錯
- 解決angular 報錯 url unsafeAngular
- minio報錯SignatureDoesNotMatch解決方案
- Windows分割槽報錯解決Windows
- 解決fitz模組報錯
- VSCode中Flow報錯解決VSCode
- hive使用報錯解決方法Hive
- VUE—刪除HelloWorld.vue後報錯 `--fix` option報錯的解決Vue
- zabbix-server is not running 報錯解決Server
- 解決 Inkscape 報錯 Duplicate 問題
- docker系列-報錯以及解決指南Docker
- electron npm install 報錯解決方案NPM
- Qt 解決報錯registered using qRegisterMetaType()QT
- mongodb find報錯怎麼解決MongoDB
- linux 安裝 jupyter報錯解決Linux
- cnpm link 報錯解決辦法NPM
- Android Studio 報錯解決方案 一Android
- Linux ss 命令詳解Linux
- 下載HuggingFace模型的方法以及報錯解決模型
- 關於Support for password authentication 報錯的解決方案
- Nginx報504 gateway timeout錯誤的解決方法NginxGateway
- Jsp Unescaped xml character報錯的解決辦法JSXML
- 解決 scroll-view 元件 [Intervention] 報錯View元件
- mysql匯入報錯怎麼解決?MySql
- Laravel安裝horizon報錯解決方案Laravel
- 解決npm install 報錯,親測有效NPM
- 完美解決xhost +報錯: unable to open display
- 解決eslint空格報錯等問題EsLint