Project

General

Profile

Bug #37330

Updated by Jason Dillaman over 5 years ago

Python 2 under F29 uses an older (compat) version of OpenSSL (1.0.2) whereas OpenSSL 1.1.1 is the default. This results in a failure due to the mismatched versions. The apparent solution to just disable Python 2 support via "cmake .. -DWITH_PYTHON2=OFF -DWITH_PYTHON3=ON -DMGR_PYTHON_VERSION=3". Since Fedora has no plans to fix the near new EOLed Python 2 support of OpenSSL [1], perhaps it's best to disable Python 2 support for Fedora >= 29 in the RPM spec file at a minimum. 

 [1] https://bugzilla.redhat.com/show_bug.cgi?id=1643450

Back