• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Can someone help me install Memcached on 7.4

Ash95

New Pleskian
im using php7.4.20

ubuntu

i have done this (Does not work)

apt install memcached
# apt-get install php-memcached
# plesk bin php_handler --reread
# service apache2 restart
# service php72-fpm restart


i have also tried this (Does not work)
# apt-get install libmemcached-dev plesk-php73-dev autoconf automake gcc make
# /opt/plesk/php/7.3/bin/pecl install memcached
# echo "extension=memcached.so" > /opt/plesk/php/7.3/etc/php.d/memcached.ini
# plesk bin php_handler --reread

Now I see:

# /opt/plesk/php/7.3/bin/php -i | grep "memcached support"
memcached support => enabled
root@ppu18-0-webpro:~# /opt/plesk/php/7.3/bin/php -m | grep memcached
memcached
 
Back
Top