Author Topic: memcached not installed  (Read 67 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
memcached not installed
« 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.


Offline
*****
Re: memcached not installed
« Reply #1 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