• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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