Need memcached installed on PHP 7.3 to utilize Cloudflare with Railgun.
These instructions won't work on anything above 7.1:
Different ways of installing memcached?
Weird thing is, it says it's installed in SSH but doesn't show up in PHP Info.
[root@server ~]# /opt/cpanel/ea-php71/root/usr/bin/php -m | grep memcached
-bash: /opt/cpanel/ea-php71/root/usr/bin/php: No such file or directory
[root@server ~]# /opt/cpanel/ea-php72/root/usr/bin/php -m | grep memcached
[root@server ~]# /opt/cpanel/ea-php73/root/usr/bin/php -m | grep memcached
[root@server ~]# yum -y install memcached
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 66.23.237.210
* EA4-experimental: 66.23.237.210
* cpanel-addons-production-feed: 66.23.237.210
* cpanel-plugins: 66.23.237.210
* base: mirror.umd.edu
* epel: mirror.layeronline.com
* extras: mirror.es.its.nyu.edu
* remi-safe: mirror.team-cymru.com
* updates: mirror.umd.edu
Package memcached-1.4.15-10.el7_3.1.x86_64 already installed and latest version
Nothing to do