• 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

pecl

  1. HoracioS

    Issue Install Roundcube as a site for a client

    Hello, I need to set up a Roundcube as a website, and I've been trying to do it through Softaculous, but I'm having a hard time. It's giving me the following error: The following errors were found : Required PHP extension not found : pdo_mysql Required PHP extension not found : pcre Required...
  2. 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.
  3. M

    Resolved PECL doesn't work anymore?

    when trying to install some extension for php /opt/plesk/php/8.2/bin/pecl install memcached No releases available for package "pecl.php.net/memcached" /opt/plesk/php/8.2/bin/pecl install apcu No releases available for package "pecl.php.net/apcu" /opt/plesk/php/8.1/bin/pecl install apcu...
  4. R

    Question How to install PECL/XMLRPCi from within Plesk 18.0.49

    Being a newbee with Plesk, I'm trying to install PECL extension XMLRPCi from within Plesk 18.0.49, but I get this error message: How can I resolve this? How can I change the channel? EDIT: My PHP version is 8.0.27
  5. N

    Resolved Cannot install any pecl module PHP 8.0

    Hello Everyone, I need to install mongodb php extension into my pesk with different PHP version. Here is the problem: Launch the command: # /opt/plesk/php/8.0/bin/pecl version PEAR Version: 1.10.13 PHP Version: 8.0.25 Zend Engine Version: 4.0.25 Running on: Linux vps-db******...
  6. D

    Resolved Installing the php-extensions mailparse & mbstring

    Hey-hooo, i need to install the mailparse extension in order to get something running in our administration system (not plesk; also doesn't matter to solve the problem haha). In order to get mailparse running I need mbstring. So: mbstring is also listed and checked in my phpsettings in plesk...
  7. Oldiesmann

    Resolved No "phpize" for PHP 7.3

    Running the latest version of Plesk Onyx 17.9 on my server and I noticed that there's no "phpize" binary for PHP 7.3, which prevents me from installing APCu (a PECL extension). Is there a reason for this?
  8. J

    Question Installing php pecl extensions for different php versions

    Hello everybody, I am trying to install pecl stats extension for php 7.2, in adition to php 5.4.45. The default server php version is 5.4.45 and I have installed stats v. 1.0.5. I tried calling the pecl of php 7.2. as /opt/plesk/php/7.2/bin/pecl install stats-2.0.2 it throws hundreds of...
  9. Jose Pinto

    Resolved Problem installing pear extensions with two php version installed

    I recently installed php 7.1 for one site and my older sites are using php 5.4. Here is the problem. I need to install sqlsrv and pdo_sqlsrv extensions for php. This two extensions only work with php >=7.0 in linux. But when i run the command "pecl install sqlsrv" the installer takes the older...
  10. Z

    Resolved How to install redis

    To use redis with Plesk server Install redis with yum. Install redis with pecl command. And add redis.so to directive. I need to do both? As a result I'm doing both and redis is running. My environment: PHP 7.1.7, nginx 1.11.10, CentOS 7.3.
  11. V

    Resolved Memcached installation problem on PHP5.6

    I'm using Ubuntu 16.04 and Plesk 17.5. I'm trying to install Memcached with: . This is what I'm getting: # /opt/plesk/php/5.6/bin/pecl install memcached pecl/memcached requires PHP (version >= 7.0.0), installed version is 5.6.30 pecl/memcached can optionally use PHP extension "igbinary" (version...
Back
Top