Login
Register
Home
Wiki Knowledge Base
FreeDNS
Facebook
Linux Support
Control Web Panel
MENU
Home
Help
Search
Login
Register
Control Web Panel
»
WebPanel
»
PHP
»
memcached not installed
« previous
next »
Print
Pages: [
1
]
Author
Topic: memcached not installed (Read 67 times)
0 Members and 1 Guest are viewing this topic.
megaster55
Newbie
Posts: 20
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.
Logged
overseer
Hero Member
Posts: 1334
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
Logged
Print
Pages: [
1
]
« previous
next »
Control Web Panel
»
WebPanel
»
PHP
»
memcached not installed