出現configure: error: The Sodium crypto library libraries not found.錯誤或者notfoundget
一、下載並解壓
wget https://download.libsodium.or...
tar -zxf libsodium-1.0.18-stable.tar.gz
cd libsodium-stable編譯
二、編譯安裝
./configure --prefix=/usr
make && make check
sudo make install
sudo ldconfigtable