• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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