WithSecureLabs / snake

snake - a malware storage zoo
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

errored in pydeep due to a lack of gcc #6

Closed ethicalredteam closed 6 years ago

ethicalredteam commented 6 years ago

i was trying to get this working on Ubuntu 16.04 vps web gui installed successfully but upload functions did not work

install script i quickly put together https://pastebin.com/7hDeTB9g

errors from the install https://pastebin.com/iEPaN7GK

issue per talking with dev Alex

"Looks like it errored in pydeep due to a lack of gcc, which then seems to have stopped snake backend from installing. Feel free to open an issue on github where it is easier to track and debug. I will make sure to update the install script to stop when it hits an error."

alexkornitzer commented 6 years ago

Awesome, so does the script run successfully if you install gcc then re-run it?

sudo apt-get install gcc

After the install you can run the below to check the status of the snake services:

systemctl status snake
sustemctl status snake-pit
alexkornitzer commented 6 years ago

I have updated the scripts to exit on first error, this should help prevent these errors being overlooked.