shadow - can't find symbol crypto_stream_salsa20_xor_ic in libsodium.so.4 -
i
can't find symbol crypto_stream_salsa20_xor_ic in libsodium.so.4
when starting shadowsocks
chacha20
mode. how use chacha20
on shadowsocks
?
you should update libsodium lastest version.such as:
//if has install libsodium `yum`,you should remove first. wget https://github.com/jedisct1/libsodium/releases/download/1.0.10/libsodium-1.0.10.tar.gz tar zxvf libsodium-1.0.10.tar.gz cd libsodium-1.0.10 ./configure && make && make install echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf ldconfig
everything fine now.
Comments
Post a Comment