From 9ad9473a7b79f83b254b778295b43488807fee13 Mon Sep 17 00:00:00 2001 From: Andrei Elizaga Date: Sat, 18 May 2019 11:30:56 +0800 Subject: [PATCH] Execute sudo apt-get update to update the package lists and detect libssl1.0-dev before installation. --- Common-build-problems.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 497d990..c5761b1 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -182,6 +182,7 @@ If you're having trouble to get it to compile older python versions(<3.5) even a ```sh sudo apt-get remove libssl-dev +sudo apt-get update sudo apt-get install libssl1.0-dev ```