嗨,我是Linux的初学者,我正准备在运行32位机器的Linux 12.04上安装Yara(yara-3.2.0)。
在尝试使用./configure命令配置导致此错误之前,这一切都很好:
checking for SHA256_Final in -lcrypto... yes
./configure: line 12735: syntax error near unexpected token `newline'
./configure: line 12735: `ACX_PTHREAD('
我一直在寻找解决这个问题,但没有任何好事发生。有人会帮助我指出我能做些什么来解决错误吗?在先进的感谢,任何帮助将非常感激。
答案 0 :(得分:5)
尝试使用“autoreconf -i”代替./configure。