• 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 No package plesk-php56-devel available

spei

New Pleskian
I have just installed php5.6.23 via the plesk administration panel and I am following this guide https://kb.plesk.com/en/125146 in order to install memcached module via pecl.

When I try to install the plesk-php56-devel package there is nowhere to be found.

What should I do ? Is there a plesk repo that I should insert to yum ?
 
Can't reproduce. All looks fine:

# yum install plesk-php56-devel
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package plesk-php56-devel.i686 0:5.6.24-centos6.16072212 will be installed
--> Processing Dependency: automake for package: plesk-php56-devel-5.6.24-centos6.16072212.i686
--> Processing Dependency: autoconf for package: plesk-php56-devel-5.6.24-centos6.16072212.i686
--> Running transaction check
---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
---> Package automake.noarch 0:1.11.1-4.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=========================================================================================================================
Package Arch Version Repository Size
=========================================================================================================================
Installing:
plesk-php56-devel i686 5.6.24-centos6.16072212 plesk-php-5.6 737 k
Installing for dependencies:
autoconf noarch 2.63-5.1.el6 base 781 k
automake noarch 1.11.1-4.el6 base 550 k

Transaction Summary
=========================================================================================================================
Install 3 Package(s)

Total download size: 2.0 M
Installed size: 8.6 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): autoconf-2.63-5.1.el6.noarch.rpm | 781 kB 00:00
(2/3): automake-1.11.1-4.el6.noarch.rpm | 550 kB 00:00
(3/3): plesk-php56-devel-5.6.24-centos6.16072212.i686.rpm | 737 kB 00:00
-------------------------------------------------------------------------------------------------------------------------
Total 3.3 MB/s | 2.0 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : autoconf-2.63-5.1.el6.noarch 1/3
Installing : automake-1.11.1-4.el6.noarch 2/3
Installing : plesk-php56-devel-5.6.24-centos6.16072212.i686 3/3
Verifying : plesk-php56-devel-5.6.24-centos6.16072212.i686 1/3
Verifying : autoconf-2.63-5.1.el6.noarch 2/3
Verifying : automake-1.11.1-4.el6.noarch 3/3

Installed:
plesk-php56-devel.i686 0:5.6.24-centos6.16072212

Dependency Installed:
autoconf.noarch 0:2.63-5.1.el6 automake.noarch 0:1.11.1-4.el6

Complete!
[root@ppu12-5 ~]#
 
All works fine on CentOS7 too with

# yum install plesk-php56-devel

And:

# yum repolist
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
repo id repo name status
base Base 9,007
plesk-php-5.6 PHP v 5.6 for Plesk - x86_64 31
plesk-php-7.0 PHP v 7.0 for Plesk - x86_64 28
updates Updates 2,026
repolist: 11,092
 
Back
Top