• 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 plesk 12.5 apcu

MSplesk

New Pleskian
hello,

i use plesk 12.5 on a ubuntu server 14.04 with multiple php-versions.
(7.0.16, 5.6.30, ...)

now i want to install apcu or memcache for the installed php-versions.

what are the necessary steps for the correct installation?
(only install this via pecl or ... ?)

hope of help & reply,
thanks.
 
are the following steps enough that apcu works on plesk 12.5/ubuntu 14.04/php7:

/opt/plesk/php/7.0/bin/pecl install apcu
echo "extension=apcu.so" > /opt/plesk/php/7.0/etc/php.d/apcu.ini
plesk bin php_handler --reread

.. or there other settings/installs necessary?
(plesk-php70-dev, gcc, build-essential, ...)

thanks a lot!
 
now my question ... ist the following command also (before the steps above) necessary:
apt-get install gcc build-essential plesk-php70-dev
It certainly is necessary! ( How should your system COMPILE the modules, if you don't have the needed/required tools/packages for it? )


... but again ( I'm sorry to repeat myself ), the FORUM SEARCH would have helped you to find needed commands for your operating system and I would recommend to use suggestions/work-around/solutions FIRST from the Plesk Community, before you consider to use examples/tutorials outside of the domain *.plesk.com . :)
 
Back
Top