• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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