Closed li-xin-yi closed 4 years ago
Please provide the output of
yara --version
and
pip list | grep yara
Your YARA hasn't been built with OpenSSL present. You could try to uninstall yara-python, install openssl with
sudo apt-get install libssl-dev
then reinstall yara-python.
$ yara --version
yara 3.4.0
$ pip list | grep yara
yara-python (4.0.1)
I did
$ pip uninstall yara-python
$ sudo apt remove yara
$ sudo apt-get install libssl-dev
$ pip install yara-python
But it still gave the same errors.
Please provide the output of
yara --version
and
pip list | grep yara
Your YARA hasn't been built with OpenSSL present. You could try to uninstall yara-python, install openssl with
sudo apt-get install libssl-dev
then reinstall yara-python.
Fixed.
Somehow, I su
as root user and build yara
according to this documentation then pip install
all dependencies again. It works. Even if I log-in as a normal user, I can still run loki
without errors now.
Thanks.
I used a brand new Ubuntu 16.04 VM from osboxes and hosted it in VirtualBox. I cloned the whole repo and installed all dependencies (including built-in python 2.7 in Ubuntu). Then when I first typed:
Even though it prompted the welcome page and started to scan, It gave plenty of error messages:
I copy and paste all logs now: