• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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