• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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