• 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

Question Gearman php7

Mathieu DACKHE

New Pleskian
Hello i'm in plesk 12.5 on debian 8. I would like to install gearman lib in php7. I managed to do this in php 5.6 but I can not in php7. I followed this but i cant install package php7.0-dev...

Any ideas ?

Thanks for help
 
Unfortunately I do not have Debian 8 at hand, but it will look something like this:

# apt-get install plesk-php70-dev gcc make re2c libgearman-dev
# cd /tmp
# wget https://github.com/wcgallego/pecl-gearman/archive/master.zip
# unzip master.zip
# cd pecl-gearman-master
# /opt/plesk/php/7.0/bin/phpize
# ./configure --with-php-config=/opt/plesk/php/7.0/bin/php-config
# make
# make install
# echo "extension = gearman.so"> /opt/plesk/php/7.0/etc/php.d/gearman.ini
# plesk bin php_handler --reread

Thank's all! Please correct me if I'm wrong.
 
Back
Top