Control Web Panel

WebPanel => PHP => Topic started by: megaster55 on April 13, 2025, 02:06:28 PM

Title: memcached not installed
Post by: megaster55 on April 13, 2025, 02:06:28 PM
I am using php5.39 selected and installed the memcached module while installing php from the switch. It seems active but I can't see memcached in php.info. I added "extension=memcache.so" to the php.ini file. When I look with SSH, the module is not loaded and gives such an error.

(https://i.hizliresim.com/fwgw4tq.png) (https://hizliresim.com/fwgw4tq)
Title: Re: memcached not installed
Post by: overseer on April 13, 2025, 07:41:33 PM
Are you running PHP-FPM? Under my legacy 5.6 install, I see an option to enable memcache. And CentOS 7 has an option to install a memcached package via yum:
Code: [Select]
yum install memcached.x86_64