misp-cloud
misp-cloud copied to clipboard
Include ZIP for compressed feeds
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
Does this file exist or will it be created solely to hold extension=zip.so?
you need to install
sudo apt-get install php-zip
libzip-dev is not sufficient to import freetext feeds
Thanks. I'll also need confirmation on my second comment before I change it.
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.