From 2259e77c303fc3203e8c46a65aaa8041221b3586 Mon Sep 17 00:00:00 2001 From: Nils Kuhnert <3c7@users.noreply.github.com> Date: Mon, 3 Jul 2017 15:45:37 +0200 Subject: [PATCH] Added libssl-dev to requirements According to https://github.com/CERT-BDF/Cortex-Analyzers/issues/62: openssl library need to be installed before installing/compiling yara-python in order to use crypto features from yara. --- installation/analyzers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/analyzers.md b/installation/analyzers.md index f1aa52e15..9050313d0 100644 --- a/installation/analyzers.md +++ b/installation/analyzers.md @@ -11,7 +11,7 @@ to be installed. Before proceeding, you'll need to install the system package de them: ``` -apt-get install python-pip python2.7-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential +apt-get install python-pip python2.7-dev ssdeep libfuzzy-dev libfuzzy2 libimage-exiftool-perl libmagic1 build-essential libssl-dev ``` Each analyzer comes with its own, pip compatible `requirements.txt` file. You can install all requirements with the