• 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: "plesk-php56-devel"

  1. L

    Resolved Centos mirrors ovh

    Thanks IgorG. I do this change. But to install a specific php extension, I have to do it via ssh. And each time I try to install with /opt/plesk/php/5.6/bin/pecl install mcrypt, the response is /opt/plesk/php/5.6/bin/phpize not found. Run 'yum install plesk-php56-devel' to install it. And when...
  2. IgorG

    Resolved memcache 3.0.8 for PHP 5.6 on Ubuntu 16.04

    Try to remove /tmp/memcache /opt/plesk/php/5.6/lib/php/modules/memcache.so /opt/plesk/php/5.6/etc/php.d/memcache.ini run /usr/local/psa/bin/php_handler --reread yum update plesk-php56-devel make gcc and repeat module installation again.
  3. 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...
  4. X

    Question plesk onyx ffmpeg install ?

    hi ubuntu 16 plesk 17 install command share ? thanks
  5. TristanA

    Resolved Install PHP APC - plesk-php56

    Hi IgorG, Thank for your reply. If I understood correctly, I must do this: It's so easy! 1. Install all necessary packages for compiling apc module: # apt-get install make plesk-php56-devel gcc glibc-devel zlib-devel 2. Compile apc module: # /opt/plesk/php/5.6/bin/pecl install apc 3. Add...
  6. 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...
  7. U

    Question MongoDb php

    Hi Muthukumar, this doesn't differ much from the example, given by IgorG. # yum install plesk-php56-devel make gcc openssl-devel # /opt/plesk/php/5.6/bin/pecl install mongodb # echo "mongodb.so" > /opt/plesk/php/5.6/etc/php.d/mongodb.ini # plesk bin php_handler --reread
  8. IgorG

    Issue Unable to install php driver for mongodb

    By default there is no mongo module loaded for Plesk PHP5.6 version: # /opt/plesk/php/5.6/bin/php -m | grep mongo # You can compile by yourself it with # yum install plesk-php56-devel gcc make # /opt/plesk/php/5.6/bin/pecl install mongo # echo "extension=mongo.so" >...
  9. O

    Resolved php plesk and memcache(d) extension

    Perfect, that's now installed, too. [root@ufo ~]# rpm -Uhv http://autoinstall.plesk.com/PHP_5.6.26/dist-rpm-CentOS-7-x86_64/extra/plesk-php56-devel-5.6.26-centos7.16092110.x86_64.rpm Retrieving...
  10. IgorG

    Resolved php plesk and memcache(d) extension

    Do you mean this one? plesk-php56-devel-5.6.26-centos7.16092110.x86_6..>
  11. U

    Resolved Install and enable xcache for PHP 5.5 and 5.6

    Hi DC2017, and ... point to the fact, that you missed to install the corresponding "dev" - PHP - packages. For CentOS, @IgorG already pointed out: ... while on Debian/Ubuntu - based systems, this command would be for example: aptitude install plesk-php56-dev
  12. IgorG

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

    Name of the same packages may be different for CentOS and Ubuntu/Debian. As far as I remember correct name for Ububtu/Debian - plesk-php56-dev and zlib-dev Check it.
  13. S

    Resolved Probleme installing plesk-php56-devel

    Hi, i follow the guide below to install memcache but when i try to add the plesk-php56-devel with yum i receive an error. Guide: https://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/ Error: # yum install plesk-php56-devel Loaded plugins: replace Setting up Install Process...
  14. gennolo

    Resolved Error in YUM trying to install plesk-php56-devel

    Hello, I am trying to install "plesk-php56-devel" on my Plesk 12.5.3 VPS in order to add PECL memcached support to the Plesk-provided PHP 5.6 as explained here : https://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/ I am on a standard Centos 6.8 x64 box with standard repo The...
  15. 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"...
  16. IgorG

    Resolved No package plesk-php56-devel available

    Can't reproduce. All looks fine: # yum install plesk-php56-devel Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile Resolving Dependencies --> Running transaction check ---> Package plesk-php56-devel.i686 0:5.6.24-centos6.16072212 will be...
  17. U

    Resolved Probleme installing plesk-php56-devel

    Hi Sw3b, you could use ( for Plesk 12.5 and CentOS 6 - x86_64 ) the commands mkdir -p /root/addons/plesk cd /root/addons/plesk wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PHP_5.6.25/dist-rpm-CentOS-6-x86_64/extra/plesk-php56-devel-5.6.25-centos6.16090812.x86_64.rpm ( manual...
  18. nilsringersma_nl

    Question plesk onyx ffmpeg install ?

    Since I was struggling a bit with installing FFMPEG php extension in Plesk using CentOS7, I wrote a quick how-to. Maybe it will help some other users. 1. Make sure EPEL is enabled 2. Enable RPM Fusion # yum localinstall --nogpgcheck...
  19. H

    PHP-SSH2 Problem

    Thanks, I did that and I got the following: E: Unable to locate package plesk-php56-devel E: Unable to locate package glibc-devel E: Unable to locate package libssh2-devel E: Unable to locate package zlib-devel I ran apt-get update but it did not help... :(
  20. Kingsley

    Resolved How do I install the GeoIP

    kinda need this for ubuntu please
Back
Top