wget https://download.libsodium.org/libsodium/releases/LATEST.tar.gz
tar zxf LATEST.tar.gz
cd libsodium*
./configure
make && make install

# 修复关联
echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf
ldconfig

 

相关文章:

  • 2021-07-29
  • 2021-10-21
  • 2022-02-03
  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2021-06-22
  • 2022-01-17
  • 2021-05-17
  • 2021-10-14
  • 2022-12-23
相关资源
相似解决方案