Syntax error near unexpected token when installing Yara

3.5k Views Asked by At

Hi I'm a beginner in Linux and I was about to install Yara (yara-3.2.0) on my Linux 12.04 running on 32-bit machine.

It's all good until I try to configure using ./configure command which results in this error:

checking for SHA256_Final in -lcrypto... yes
./configure: line 12735: syntax error near unexpected token `newline'
./configure: line 12735: `ACX_PTHREAD('

I've been searching searching to solve this but nothing good happened. Would anybody help me point anything I could do to solve the errror? Thanks in advanced, any help would really be appreciated.

1

There are 1 best solutions below

1
On BEST ANSWER

Try to use "autoreconf -i" instead ./configure.