Skip to content
English
  • There are no suggestions because the search field is empty.

RHEL 9 PHP Memcache module

Original Question or Issue:

Memcache PHP module error in Admin Portal > Checks 


Environment:

  • Product - FileCloud Server
  • Version - 23.261.0
  • Platform - RHEL 9

Steps to Reproduce:

New deployments of FileCloud 23.261.0 on RHEL 9 Operating System.


Error or Log Message:

Memcache PHP module error in Admin Portal > Checks 


Defect or Enhancement Number:

 


Cause:

Defect


Resolution or Workaround:

yum install php84-php-pecl-memcache-8.2-3.el9.remi.x86_64

cp -p /opt/remi/php84/root/usr/lib64/php/modules/memcache.so /usr/lib64/php/modules/

echo "extension=memcache.so" >> /etc/php.d/memcache.ini

systemctl restart httpd


Notes: