0

enter image description here

Could someone tell me where im going wrong? I want to install openssl-devel for "Cern ROOT".

Academic
  • 113

1 Answers1

1

You are trying to install a version of libssl-dev that requires a very old version of cmake. You might want to check if this is really the version of libssl-dev that you want or need. If it only builds with a cmake version that old, chances are it's a very old and unmaintained version. Especially with security software like libssl that's probably not a good idea.

HuHa
  • 3,385