[solved] PHP 7.2 and memcached

#1
According to this document this document to install memcached all I needed to do was run the command
Code:
yum install lsphp56-pecl-memcached lsphp70-pecl-memcached lsphp71-pecl-memcached lsphp72-pecl-memcached
I ran that command however when I go to build PHP 7.2 I still am not seeing memcached. I created a php.ini in the /usr/local/lsws/lsphp7/lib/ directory add added the extension to that. But it still doesnt load. I noticed that it doesnt appear to be an available add-on for 7.2. You can see that here: https://ibb.co/cF2MEH.
What am I missing to get memcahed installed on PHP 7.2 with Litespeed?
 
Last edited by a moderator:
Top