• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Memcached installation problem on PHP5.6

vaarsn

New Pleskian
I'm using Ubuntu 16.04 and Plesk 17.5. I'm trying to install Memcached with:
/opt/plesk/php/5.6/bin/pecl install memcached
. This is what I'm getting:
Code:
# /opt/plesk/php/5.6/bin/pecl install memcached
pecl/memcached requires PHP (version >= 7.0.0), installed version is 5.6.30
pecl/memcached can optionally use PHP extension "igbinary" (version >= 2.0)
pecl/memcached can optionally use PHP extension "msgpack" (version >= 2.0)
No valid packages found
install failed
I don't want to use PHP 7.x. Have the same version of Plesk on Debian 8.7. But there is no problems with Memcached installation on PHP 5.6.

Thanks
 
To install memcached for PHP 5.6, without choosing the latest release, you can define the complete version, for example:

# /opt/plesk/php/5.6/bin/pecl install memcached-2.2.0
 
Back
Top