build_rust.sh - libssl-dev is also required during compilation

This commit is contained in:
Jarosław Kłopotek - INTERDUO 2024-06-28 08:40:35 +02:00
parent 0adcfd93bb
commit 32a417327a

View File

@ -31,7 +31,7 @@ if ! clang -v &> /dev/null
then
echo "LLVM/clang is not installed."
echo "Let's try to install it"
sudo apt install llvm libelf-dev gcc gcc-multilib libbpf-dev
sudo apt install llvm libelf-dev gcc gcc-multilib libbpf-dev libssl-dev
else
echo "LLVM/clang found."
fi