the_nuts Asked: 2017-01-21 06:54:44 +0800 CST2017-01-21 06:54:44 +0800 CST 2017-01-21 06:54:44 +0800 CST Enable Bzip2 in php-fpm on Ubuntu 772 How can I enable functions like bzopen in php7.1-fpm on Ubuntu 16.04? I'm using the packages from ppa:ondrej/php. php php-fpm ubuntu-16.04 2 Answers Voted Best Answer jdog 2017-01-29T20:58:44+08:002017-01-29T20:58:44+08:00 According to http://php.net/manual/en/bzip2.installation.php the package maintainer needs to compile this in. Either convince your current provider to compile it in compile yourself find another package maintainer xycmu 2017-06-10T22:20:30+08:002017-06-10T22:20:30+08:00 You may not have installed the required php dependencies. Try installing php7.1-bz2 and php7.1-zip using: sudo apt-get install php7.1-bz2 php7.1-zip
According to http://php.net/manual/en/bzip2.installation.php the package maintainer needs to compile this in.
Either
You may not have installed the required php dependencies. Try installing php7.1-bz2 and php7.1-zip using: