Traceback (most recent call last):
File “/home/feng/.local/bin/sslocal”, line 11, in
sys.exit(main())
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/local.py”, line 39, in main
config = shell.get_config(True)
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/shell.py”, line 262, in get_config
check_config(config, is_local)
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/shell.py”, line 124, in check_config
encrypt.try_cipher(config[‘password’], config[‘method’])
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/encrypt.py”, line 44, in try_cipher
Encryptor(key, method)
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/encrypt.py”, line 83, in
init
random_string(self._method_info[1]))
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/encrypt.py”, line 109, in get_cipher
return m
2
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/crypto/openssl.py”, line 76, in
init
load_openssl()
File “/home/feng/.local/lib/python3.6/site-packages/shadowsocks/crypto/openssl.py”, line 52, in load_openssl
libcrypto.EVP_CIPHER_CTX_cleanup.argtypes = (c_void_p,)
File “/usr/lib/python3.6/ctypes/
init.py”, line 361, in
getattr
func = self.
getitem(name)
File “/usr/lib/python3.6/ctypes/
init.py”, line 366, in
getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: undefined symbol: EVP_CIPHER_CTX_cleanup