I'm using centos 6.7, http 2.4.17, mysql 5.1, php 5.5.30. web page is working fine but at bottom it is giving below error.
Fatal error: Call to undefined function gzopen() in /etc/apache2/htdocs/sites/all/modules/smart_ip/includes/smart_ip.utility.inc on line 454
I've installed zlib through source code but still its not enabling it after configuring php, restarting apache and system.
php -i|grep -i zlib
gzip compression => disabled (install ext/zlib)
How to enable gzip compression ?
ldd $(which php)onto pastebin?php -ilist configure parameters?php55w-commonpackage, specifically,php-zlib?