• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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