1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| [root@xx shadowsocksr]# ./server.py IPv6 support Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 812, in __bootstrap_inner self.run() File "./server.py", line 39, in run self.obj.thread_db(self.obj) File "/root/shadowsocksr/db_transfer.py", line 233, in thread_db ServerPool.get_instance() File "/root/shadowsocksr/server_pool.py", line 69, in get_instance ServerPool.instance = ServerPool() File "/root/shadowsocksr/server_pool.py", line 49, in __init__ self.config = shell.get_config(False) File "/root/shadowsocksr/shadowsocks/shell.py", line 299, in get_config check_config(config, is_local) File "/root/shadowsocksr/shadowsocks/shell.py", line 129, in check_config encrypt.try_cipher(config['password'], config['method']) File "/root/shadowsocksr/shadowsocks/encrypt.py", line 46, in try_cipher Encryptor(key, method) File "/root/shadowsocksr/shadowsocks/encrypt.py", line 90, in __init__ random_string(self._method_info[1])) File "/root/shadowsocksr/shadowsocks/encrypt.py", line 119, in get_cipher return m[2](method, key, iv, op) File "/root/shadowsocksr/shadowsocks/crypto/sodium.py", line 71, in __init__ load_libsodium() File "/root/shadowsocksr/shadowsocks/crypto/sodium.py", line 42, in load_libsodium raise Exception('libsodium not found') Exception: libsodium not found
|