I’m trying to install Slicer release 4.10.2 in my Linux Mint 18.3 Sylvia Desktop.
I correctly installed CMake 3.13.4 and Qt 5.11.0.
I go with CMake, configure and generate, everything goes ok!
But when I do sudo make in the slicer build folder… it runs and crashes with the following error:
CMake Error at PCRE-prefix/src/PCRE-stamp/download-PCRE.cmake:159 (message):
Each download failed!
error: downloading
'https://github.com/Slicer/SlicerBinaryDependencies/releases/download/PCRE/pcre-8.38.tar.gz' failed
status_code: 1
status_string: "Unsupported protocol"
log:
--- LOG BEGIN ---
Protocol "https" not supported or disabled in libcurl
Closing connection -1
As trials to fix it, I did reinstall to the latest version OpenSSL and Clurl --with-ssl, with the last one not working well (I then installed that through synaptic). But no success at all.
Any help is very welcome.
Thanks!
P.S. I just installed pure ITK 5.0, everything worked very well!
This error seems to be a CMake SSL configuration error, which is not related to Slicer. There are several similar error reports on the web (such as this) - one of the suggested solutions should work for you, too.