when i using bellow command showing below error why?
yum install epel-release
yum install redis
systemctl enable redis
systemctl start redis
/opt/cpanel/ea-php72/root/usr/bin/pecl install igbinary igbinary-devel redis
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Warning: popen() has been disabled for security reasons in OS/Guess.php on line 241
Warning: fgets() expects parameter 1 to be resource, null given in OS/Guess.php on line 242
Warning: pclose() expects parameter 1 to be resource, null given in OS/Guess.php on line 251
downloading igbinary-3.1.6.tgz ...
Starting to download igbinary-3.1.6.tgz (77,312 bytes)
..................done: 77,312 bytes
downloading redis-5.3.2.tgz ...
Starting to download redis-5.3.2.tgz (266,814 bytes)
...done: 266,814 bytes
13 source files, building
running: phpize
Warning: popen() has been disabled for security reasons in PEAR/Builder.php on line 465
ERROR: failed to run `phpize'
yum install epel-release
yum install redis
systemctl enable redis
systemctl start redis
/opt/cpanel/ea-php72/root/usr/bin/pecl install igbinary igbinary-devel redis
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Warning: popen() has been disabled for security reasons in OS/Guess.php on line 241
Warning: fgets() expects parameter 1 to be resource, null given in OS/Guess.php on line 242
Warning: pclose() expects parameter 1 to be resource, null given in OS/Guess.php on line 251
downloading igbinary-3.1.6.tgz ...
Starting to download igbinary-3.1.6.tgz (77,312 bytes)
..................done: 77,312 bytes
downloading redis-5.3.2.tgz ...
Starting to download redis-5.3.2.tgz (266,814 bytes)
...done: 266,814 bytes
13 source files, building
running: phpize
Warning: popen() has been disabled for security reasons in PEAR/Builder.php on line 465
ERROR: failed to run `phpize'
Last edited by a moderator: