I have just installed the latest version of Cyberpanel in an Ubuntu 20.04 server. A default website has been set up for host SSL.
I wanted to set up Redis so I installed & activated Redis via
Manage Services > Applications
But when I go to
PHP > Install Extensions
“lsphpXX-pecl-redis” is not in the list (tried with all the available PHP versions). As a matter of fact, no “pecl” packages are available or shown in the list.
Running “apt install lsphp80-pecl-redis” returns the following:
E: Unable to locate package lsphp80-pecl-redis
And running “apt install lsphp80-redis” returns the following:
lsphp80-redis is already the newest version (5.3.4-1+focal).
What is the cause for the missing extensions and how can I fix it?