• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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