i want to install 'libsodium-1.0.18' in my shared server like below way ..
curl -O https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz \
&& tar xfvz libsodium-1.0.18.tar.gz \
&& cd libsodium-1.0.18 \
&& ./configure \
&& make && make install \
&& pecl install -f libsodium
after installing below type error showing in last