我需要在GNU/Linux Debian8 64b系统上构建python3.9
我获得了3.9.7版本的源代码并编译了它,但是我得到了关于ssl模块的以下错误:
Could not build the ssl module!
Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
很公平:我从github下载了openssl代码,签出标签OpenSSL_1_1_1l并将其安装在本地路径中;
重新配置python3.9源树
./configure --enable-
嗨,我是Linux的初学者,我正要在我的Linux 12.04上安装Yara (yara-3.2.0),运行在32位的机器上。
在我尝试使用./configure命令进行配置之前,这一切都很好,这会导致以下错误:
checking for SHA256_Final in -lcrypto... yes
./configure: line 12735: syntax error near unexpected token `newline'
./configure: line 12735: `ACX_PTHREAD('
我一直在寻找解决这个问题的方法,但没有发生任何好的事情。有人