• 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

Resolved Package plesk-php70-devel via yum for version 7.0.10 not available when plesk-php70 is at version 7.

Ketan

New Pleskian
Greetings,

I have plesk configured with the following details
OS ‪CentOS 6.8 (Final)‬
Plesk version 12.5.30 Update #47, last updated at Sept 22, 2016 10:08 PM

I have plesk-php70 (version 7.0.10) installed. I am trying to install plesk-php70-devel to install and configure the redis extension.

When I try to install plesk-php70-devel via yum, system complaints about plesk-php70-devel being at version 7.0.9 . Looks like plesk-php70-devel has not been upgraded to 7.0.10. Can someone please fix this asap?

Kind Regards,
-Ketan.

Below is the dump of the yum install

yum install plesk-php70-devel

Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
* atomic: www3.atomicorp.com
* epel: mirror.steadfast.net
Resolving Dependencies
--> Running transaction check
---> Package plesk-php70-devel.x86_64 0:7.0.9-centos6.16072211 will be installed
--> Processing Dependency: plesk-php70 = 7.0.9-centos6.16072211 for package: plesk-php70-devel-7.0.9-centos6.16072211.x86_64
--> Processing Dependency: automake for package: plesk-php70-devel-7.0.9-centos6.16072211.x86_64
--> Processing Dependency: autoconf for package: plesk-php70-devel-7.0.9-centos6.16072211.x86_64
--> 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
---> Package plesk-php70-devel.x86_64 0:7.0.9-centos6.16072211 will be installed
--> Processing Dependency: plesk-php70 = 7.0.9-centos6.16072211 for package: plesk-php70-devel-7.0.9-centos6.16072211.x86_64
--> Finished Dependency Resolution
Error: Package: plesk-php70-devel-7.0.9-centos6.16072211.x86_64 (plesk-php-7.0)
Requires: plesk-php70 = 7.0.9-centos6.16072211
Installed: plesk-php70-7.0.10-centos6.16090813.x86_64 (@PHP_7_0-dist)
plesk-php70 = 7.0.10-centos6.16090813
Available: plesk-php70-7.0.9-centos6.16072211.x86_64 (plesk-php-7.0)
plesk-php70 = 7.0.9-centos6.16072211
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
At the moment I have installed plesk-php70 7.0.11 version on my test CentOS 6.8 Plesk server. I have installed plesk-php70-devel-7.0.11-centos6.16092110.i686 without any problems.

Try to run

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

and then install plesk-php70-devel again.
 
What is output of following command:

# rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' | grep plesk-php70

?
 
Here you go

================
[root@s19492782 ~]# rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n' | grep plesk-php70
plesk-php70-pdo-7.0.10-centos6.16090813 (x86_64)
plesk-php70-cli-7.0.10-centos6.16090813 (x86_64)
plesk-php70-pgsql-7.0.10-centos6.16090813 (x86_64)
plesk-php70-xmlrpc-7.0.10-centos6.16090813 (x86_64)
plesk-php70-soap-7.0.10-centos6.16090813 (x86_64)
plesk-php70-intl-7.0.10-centos6.16090813 (x86_64)
plesk-php70-imap-7.0.10-centos6.16090813 (x86_64)
plesk-php70-release-7.0.10-centos6.16090813 (x86_64)
plesk-php70-xml-7.0.10-centos6.16090813 (x86_64)
plesk-php70-imagick-3.4.1-centos6.16063012 (x86_64)
plesk-php70-enchant-7.0.10-centos6.16090813 (x86_64)
plesk-php70-pear-1.10.1-centos6.16090813 (noarch)
plesk-php70-tidy-7.0.10-centos6.16090813 (x86_64)
plesk-php70-mysql-7.0.10-centos6.16090813 (x86_64)
plesk-php70-odbc-7.0.10-centos6.16090813 (x86_64)
plesk-php70-gd-7.0.10-centos6.16090813 (x86_64)
plesk-php70-ldap-7.0.10-centos6.16090813 (x86_64)
plesk-php70-fpm-7.0.10-centos6.16090813 (x86_64)
plesk-php70-snmp-7.0.10-centos6.16090813 (x86_64)
plesk-php70-mcrypt-7.0.10-centos6.16090813 (x86_64)
plesk-php70-opcache-7.0.10-centos6.16090813 (x86_64)
plesk-php70-process-7.0.10-centos6.16090813 (x86_64)
plesk-php70-7.0.10-centos6.16090813 (x86_64)
plesk-php70-pspell-7.0.10-centos6.16090813 (x86_64)
plesk-php70-bcmath-7.0.10-centos6.16090813 (x86_64)
plesk-php70-dba-7.0.10-centos6.16090813 (x86_64)
plesk-php70-mbstring-7.0.10-centos6.16090813 (x86_64)

Regards,
-Ketan.
 
Maybe your provider uses an own mirror of Plesk repository and it is not updated yet? Have you checked it?
 
Back
Top