• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Search results for query: "memcache.so" "pecl" "install"

  1. D

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    after I run `/Applications/MAMP/bin/php/php7.4.3/bin/pecl install memcache-4.0.5.2` have error: `checking for the location of zlib... configure: error: memcache support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located`
  2. IgorG

    Issue How to install Memcache PECL extension for PHP (not Memcached)

    The latest version of Memcache requires PHP version > 8.0: # /opt/plesk/php/7.4/bin/pecl install memcache WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update pecl/memcache requires PHP (version >= 8.0.0), installed version is 7.4.33 No...
  3. R

    Resolved memcache 3.0.8 for PHP 5.6 on Ubuntu 16.04

    This is the result: root@stage3:~# /opt/plesk/php/5.6/bin/php -m | grep memca PHP Warning: PHP Startup: Unable to load dynamic library '/opt/plesk/php/5.6/lib/php/modules/memcache.so' - /opt/plesk/php/5.6/lib/php/modules/memcache.so: undefined symbol: mmc_queue_remove in Unknown on line 0...
  4. IgorG

    Resolved memcache 3.0.8 for PHP 5.6 on Ubuntu 16.04

    BTW, compiled without any problems with # yum install plesk-php56-devel make gcc # /opt/plesk/php/5.6/bin/pecl install memcache-beta # echo "extension=memcache.so" > /opt/plesk/php/5.6/etc/php.d/memcache.ini # /usr/local/psa/bin/php_handler --reread # /opt/plesk/php/5.6/bin/php -m | grep memca...
  5. Nicola

    Issue Problem install memcached

    Hi, when I try to install memcached "/opt/plesk/php/7.0/bin/pecl install memcached" I get this error "PHP Warning: PHP Startup: Unable to load dynamic library '/opt/plesk/php/7.0/lib64/php/modules/memcache.so' - /opt/plesk/php/7.0/lib64/php/modules/memcache.so: cannot open shared object file...
  6. U

    Resolved Unable to load dynamic library

    ...memcache(d) installation into your Plesk PHP version is partly incorrect. Pls. visit the => FORUM SEARCH for examples / discussions and solutions: => Search Results for Query: "memcache.so" "pecl" "install" | Plesk Forum or/and consider to read for example: => Adding custom php module to...
  7. Ankebut

    Resolved Error installing mencached plesk 12.5 CentOS 6.7

    for debian User 1. Installing # apt-get install memcached php5-memcache # apt-get install memcached php5-memcached # /opt/plesk/php/5.6/bin/pecl install memcache # /opt/plesk/php/5.6/bin/pecl install memcached # echo "extension=memcache.so" > /opt/plesk/php/5.6/etc/php.d/memcache.ini #...
  8. IgorG

    Question memcache how to install Ubuntu 16.04.1 LTS‬ for Plesk Onyx 17.0.17

    # yum install gcc plesk-php56-devel make zlib-devel # /opt/plesk/php/5.6/bin/pecl install memcache # echo "extension=memcache.so" > /opt/plesk/php/5.6/etc/php.d/memcache.ini # plesk bin php_handler --reread Check that module is loaded: # /opt/plesk/php/5.6/bin/php -i | grep "memcache support"...
  9. Vitaliy

    Question memcache how to install Ubuntu 16.04.1 LTS‬ for Plesk Onyx 17.0.17

    [email protected] ~ # apt-get install gcc plesk-php56-devel make zlib-devel Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package plesk-php56-devel E: Unable to locate package zlib-devel [email protected] ~ # /opt/plesk/php/5.6/bin/pecl...
  10. M

    Resolved memcached

    /opt/plesk/php/5.6/bin/pecl install memca ched PHP Warning: PHP Startup: Unable to load dynamic library '/opt/plesk/php/5.6/li b64/php/modules/memcache.so' - /opt/plesk/php/5.6/lib64/php/modules/memcache.so...
  11. U

    Resolved memcached

    Hi Madness, first of all, pls. get rid of your first error: Command to use over the command line: /opt/plesk/php/5.6/bin/pecl uninstall memcache ... and don't forget to delete the depending *.ini - file, which automatically loads, when you placed it inside the folder...
  12. U

    Resolved Install memcache PHP7 error

    Hi Bogdan1, pls. be aware, that not all pecl - packages are compatible with all current ( and feature ) PHP - versions. One reason can be, that they are not maintained anymore, which is likely the case, when you see no updates/patches for several years. Pls. see for example: =>...
  13. robetus

    Input How to install memcache (not memcached)

    I'm posting this in a followup to my previous thread https://talk.plesk.com/threads/apc-on-php-version-5-6-27.339663/ First please research memcache vs memcached to make sure you want to install this, you can always disable later by removing the .so entry. I was not able to install memcached...
  14. M

    Resolved memcached

    Thank you for replying. I have followed the steps and tried to install again and im getting this: WARNING: php_bin /opt/plesk/php/5.6/bin appears to have a suffix /5.6/bin, but c onfig variable php_suffix does not match running: phpize...
  15. E

    w3 total cache not detecting memcached

    I am on Plesk 12.5 with CentOS 7. Memcached installed via EPEL repo. [root@plesk ~]# rpm -qa|grep memca libmemcached-devel-1.0.16-5.el7.x86_64 memcached-1.4.15-9.el7.x86_64 libmemcached-1.0.16-5.el7.x86_64 [root@plesk ~]# systemctl status memcached.service ● memcached.service - Memcached...
  16. L

    Resolved Can not see Memcached and Varnish in Websites & Domains > PHP Settings

    Hi Thank you very much for your suggest. I update PHP version enabling from remi-repo php7 and php 7.1 for that it install libapache2-mod-php and now all is installed but yet I cant see Memcached for check it in Plesk > Tools-Settings > PHP Settings > 7.1.4 FasctCGI Application Very errors...
Back
Top