• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Failed to install plesk-php72-bcmath@x86_64 ( New install - CentOS 7.4 )

Nerigal

New Pleskian
hi,

i just installed plesk 17.5.3 and for some reason the install of php 7.2 failed

Failed to install plesk-php72-bcmath@x86_64:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-php72-bcmath@x86_64:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-php72-bcmath@x86_64:
Number of retries is exceeded.
InstallError: No package(s) available to install

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.
exit status 1
 
Something strange with name of your package plesk-php72-bcmath@x86_64. Are you sure that you use correct name?
I see on my test server:

Code:
[root@ppu17-5 ~]# yum install plesk-php72-bcmath
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
PLESK_17_5_3-extras                                                                                                               | 2.9 kB  00:00:00     
PLESK_17_PHP52                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP53                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP54                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP55                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP56                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP70                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP71                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP72                                                                                                                    | 2.9 kB  00:00:00     
base                                                                                                                              | 3.6 kB  00:00:00     
plesk-migrator                                                                                                                    | 2.9 kB  00:00:00     
plesk-migrator-tp                                                                                                                 | 2.9 kB  00:00:00     
updates                                                                                                                           | 3.4 kB  00:00:00     
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package plesk-php72-bcmath.x86_64 1:7.2.1-centos7.18010914 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=========================================================================================================================================================
 Package                                Arch                       Version                                      Repository                          Size
=========================================================================================================================================================
Installing:
 plesk-php72-bcmath                     x86_64                     1:7.2.1-centos7.18010914                     PLESK_17_PHP72                      15 k

Transaction Summary
=========================================================================================================================================================
Install  1 Package

Total download size: 15 k
Installed size: 34 k
Is this ok [y/d/N]:
 
hi

im using the command

Code:
plesk-installer --source http://autoinstall.plesk.com/ --target /opt/install/panel --select-release-id PLESK_17_5_3 --install-component php7.2

so i have no idea about package name used

note that its failing in the plesk add component as well
 
I don't know why do you use this strange command, but what about more simplest and working command like:

# plesk installer --select-product-id plesk --select-release-current --install-component php7.2

?
 
Back
Top