0

I was going through the Ubuntu FAQ and I came across an antivirus called clamav, it was a problem getting the obvious ./configure command and after the flashing processes in terminal the last line of output was

configure: error: OpenSSL not found. 

How do I fix this error?

Grammargeek
  • 2,762

1 Answers1

0

To fix the error you must (as the error implies) install openssl. You can achieve this by running the command sudo apt-get install openssl.

Grammargeek
  • 2,762