huantedbyshadow
New member
- Joined
- Feb 18, 2018
- Messages
- 4
Howdy,
I have direct admin set up on my server, I just upgraded it from php56 to php7.
[root@host custombuild]# php -v
PHP 7.0.27 (cli) (built: Feb 11 2018 16:46:16) ( NTS )
I am running centos 6, however, when I search for php in Yum I am not able to find php-pear. I suspect it's because DA is blocking it, or it's labeled something else, but I need to be able to run
[root@host /]# pecl install memcache
bash: pecl: command not found
Based on my yum search it's just not finding pear which I need to install memcache
[root@host /]# yum --enablerepo=remi search php | grep -i pear
[root@host /]#
Any suggestions?
I have direct admin set up on my server, I just upgraded it from php56 to php7.
[root@host custombuild]# php -v
PHP 7.0.27 (cli) (built: Feb 11 2018 16:46:16) ( NTS )
I am running centos 6, however, when I search for php in Yum I am not able to find php-pear. I suspect it's because DA is blocking it, or it's labeled something else, but I need to be able to run
[root@host /]# pecl install memcache
bash: pecl: command not found
Based on my yum search it's just not finding pear which I need to install memcache
[root@host /]# yum --enablerepo=remi search php | grep -i pear
[root@host /]#
Any suggestions?