misp-cloud icon indicating copy to clipboard operation
misp-cloud copied to clipboard

Include ZIP for compressed feeds

Open cudeso opened this issue 5 years ago • 4 comments

sudo apt-get install libzip-dev sudo pecl install zip

Add extension=zip.so to /etc/php/7.2/apache2/conf.d/20-zip.ini

cudeso avatar Jul 29 '20 12:07 cudeso

Does this file exist or will it be created solely to hold extension=zip.so?

0xtf avatar Sep 24 '20 23:09 0xtf

you need to install

sudo apt-get install php-zip

libzip-dev is not sufficient to import freetext feeds

ChrisNoDiesel avatar Sep 26 '20 18:09 ChrisNoDiesel

Thanks. I'll also need confirmation on my second comment before I change it.

0xtf avatar Sep 28 '20 10:09 0xtf

Does this file exist or will it be created solely to hold extension=zip.so?

This file will be created by the command. In current cloud build it does not exist.

ChrisNoDiesel avatar Sep 29 '20 18:09 ChrisNoDiesel