• 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.

Resolved Probleme installing plesk-php56-devel

Sw3b

New Pleskian
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
Resolving Dependencies
--> Running transaction check
---> Package plesk-php56-devel.x86_64 0:5.6.24-centos6.16072212 will be installed
--> Processing Dependency: plesk-php56 = 5.6.24-centos6.16072212 for package: plesk-php56-devel-5.6.24-centos6.16072212.x86_64
--> Finished Dependency Resolution
Error: Package: plesk-php56-devel-5.6.24-centos6.16072212.x86_64 (plesk-php-5.6)
Requires: plesk-php56 = 5.6.24-centos6.16072212
Installed: plesk-php56-5.6.25-centos6.16090812.x86_64 (@PHP_5_6-dist)
plesk-php56 = 5.6.25-centos6.16090812
Available: plesk-php56-5.6.24-centos6.16072212.x86_64 (plesk-php-5.6)
plesk-php56 = 5.6.24-centos6.16072212
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


Anybody could help me with this ?!?

Thanks
 
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 download from a mirror site ) and install the package with the commands:

cd /root/addons/plesk
rpm -Uvh plesk-php56-devel-5.6.25-centos6.16090812.x86_64.rpm
 
Back
Top