Ubuntu 14 gzip missing
-
I’ve tried on the latest plugin and even the beta version.
This plugin is failing to recognize gzip as an option. There is an Ubuntu 14 php bug that has been worked around in other projects. The bug is gzopen isn’t available when gzopen64 is installed on the system. Is this likely my problem or does somebody know what I may have malfunctioning on my server?
php -r ‘var_dump(function_exists(“gzopen”));’
is false and
php -r ‘var_dump(function_exists(“gzopen64”));’
is true
- The topic ‘Ubuntu 14 gzip missing’ is closed to new replies.