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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -