• 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

Search results for query: "pecl" "install" "Ubuntu"

  1. Kulturmensch

    Resolved APCu for PHP 8.2

    Is there any instruction how to install APCu for PHP 8.2 ? For php 8.1 it is still working on my ubuntu server.
  2. ChristophRo

    Question Installing PHP 7.2 on Plesk 18 & Ubuntu 22

    I do not recommend to compile your own PHP as written in step 1 of https://support.plesk.com/hc/en-us/articles/115000497853 but use the PPA of Ondrej Sury to install older PHP versions: ***** The main PPA for supported PHP versions with many PECL ext... : Ondřej Surý This will keep your...
  3. M

    Resolved PECL doesn't work anymore?

    i fix it myself, the people of plesk were not able to do it. for the futur and posterity if someone need help with that i found the solution online :) and adapt it. https://askubuntu.com/questions/1000629/how-to-install-openssl-1-0-2-with-default-openssl-1-1-1-on-ubuntu-16-04 Fix for Ubuntu...
  4. Kulturmensch

    Resolved APCu for PHP 8.2

    root@mail:/# apt install --reinstall sed Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig 0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 2 nicht aktualisiert. Es müssen 190 kB an Archiven...
  5. Kulturmensch

    Resolved APCu for PHP 8.2

    Hi scsa20, thank you for the quick answer. Unfortunately I did not succeed with this instruction. Look here to see my attempt root@mail:/# apt install plesk-php82-dev zlib1g-dev gcc make Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden...
  6. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    It's already installed. This is the message: # apt install plesk-php80-dev plesk-php80-dev is already the newest version (8.0.13-ubuntu.20.04.211119.1249). 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. # /opt/plesk/php/8.0/bin/pecl install memcached pecl/memcached is already...
  7. IgorG

    Question what is the easiest, full-proof way to install gRPC?

    I have successfully installed gRPC on the following server: # plesk version Product version: Plesk Obsidian 18.0.42.1 OS version: Ubuntu 20.04 x86_64 With the following steps: # apt install gcc make plesk-php81-dev # /opt/plesk/php/8.1/bin/pecl install grpc # echo "extension=grpc.so" >...
  8. IgorG

    Resolved Problems with installing memcached for PHP 8.0

    Do you have this module loaded now? Please check it with # /opt/plesk/php/8.0/bin/php -m | grep memc
  9. dash

    Important Plesk Obsidian Releases

    Hello, I'm glad to inform you that Plesk Obsidian 18.0.48 is Available! Below are the main deliveries for this release. Release Notes: Plesk Obsidian 18.0.48 Highlights for the current build Panel and Hosting improvements Added support for AlmaLinux 9 and Red Hat Enterprise Linux 9. Note...
  10. H

    Resolved Install php8-zqm on ubuntu

    trying to install ZMQ module for PHP8 with following command /opt/plesk/php/8.0/bin/pecl install zmq-beta It failed with errors (including last 2 lines only) checking libzmq installation... configure: error: Unable to find libzmq installation ERROR: `/tmp/zmq/configure...
  11. H

    Resolved How to install Zeromq

    I tried this on ubuntu setup ran first command as sudo apt install plesk-php73-dev line ./configure --prefix=/usr gives following error configure: error: Unable to find a working C++ compiler
  12. S

    Question 5.6/bin/pecl install apcu-4.0.11 ....pecl: Permission denied

    Hello, i like to to install APCu cache on Plesk Obsidian Ubuntu 20.04.2 LTS - for PHP 5.6 but after : /opt/plesk/php/5.6/bin/pecl install apcu-4.0.11 comes : bash: /opt/plesk/php/5.6/bin/pecl: Permission denied php 5.6 is installed, what is the problem ?
  13. H

    Issue PHP extensions disappeared

    Same issue with ubuntu instance. I can see the gmp module through /opt/plesk/php/7.3/bin/php -m Ran following commands sudo apt install autoconf automake gcc libhashkit-dev pkg-config plesk-php73-dev zlib1g-dev - worked fine then ran /opt/plesk/php/7.3/bin/pecl install gmp this gave following...
  14. Martin73

    Resolved Problems with installing memcached for PHP 8.0

    I used the following instructions for installing memcached and changed 7.4 to 8.0: apt install memcached autoconf automake gcc libmemcached-dev libhashkit-dev pkg-config plesk-php*-dev zlib1g-dev /opt/plesk/php/8.0/bin/pecl install memcached echo "extension=memcached.so" >...
  15. N

    Resolved command pecl and php not found

    type "/opt/plesk/php/7.4/bin/pecl install apcu" instead of "cd /opt/plesk/php7.4/bin/" and "pecl install apcu"
  16. N

    Resolved command pecl and php not found

    I have read many posts related to installing packages from plesk php directory using pecl command, for example I need to install apcu, according to this post Resolved - How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS I just need to login to my server via SSH go to...
  17. Rar9

    Resolved redis 6 + phpredis Version mix?

    As of now i only managed to install redis sever 6.0.10 for Ubuntu sudo add-apt-repository ppa:chris-lea/redis-server sudo apt-get update && sudo apt-get upgrade sudo apt-get install redis-server sudo systemctl enable redis-server But when i instal phpredis i only get redis 5.3.4 apt-get...
  18. LTUser

    Resolved redis 6 + phpredis Version mix?

    chris-lea is dead, use instead: sudo add-apt-repository ppa:redislabs/redis
  19. A

    Issue Can someone help me install Memcached on 7.4

    im using php7.4.20 ubuntu i have done this (Does not work) i have also tried this (Does not work)
  20. IgorG

    Question 7.4 How to install "event" Module (Plugin) in PHP Version?

    You can use this method for CentOS or adapt it for Ubuntu/Debian: # yum install plesk-php74-devel gcc make libevent-devel # /opt/plesk/php/7.4/bin/pecl install event # echo "extension=event.so" > /opt/plesk/php/7.4/etc/php.d/event.ini # plesk bin php_handler --reread Then check that event...
Back
Top