• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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 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