• 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.

Installation Plesk

Matrak

New Pleskian
Good morning,

I encountred problem during Plesk installation. I have this message with autoinstaller


Code:
Select the installation type for Parallels Plesk Panel
===============================================================================

Installation types for the product:

 1. (*) Typical
       Install typically used components. Recommended for general use.

 2. ( ) Full
       Install all available components.

 3. ( ) Custom
       Custom components selection. Recommended only for experienced users.


N) Continue installation with selected type; P) Go the previous page; Q) Cancel installing;
L) View or change components marked for installation;
To select an installation type or choose another product, type the respective number;
Select an action [N]:
Gathering information about installed license key...
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
 * base: centos.mirror.root.lu
 * extras: centos.mirror.root.lu
 * updates: centos.mirror.root.lu
NGINX_1_5_0-dist                                         | 1.3 kB     00:00
NGINX_1_5_0-thirdparty                                   | 1.3 kB     00:00
PPB_11_5_30-dist                                         |  951 B     00:00
PPB_11_5_30-thirdparty                                   |  951 B     00:00
PSA_11_5_30-dist                                         | 2.9 kB     00:00
PSA_11_5_30-thirdparty                                   | 2.9 kB     00:00
SITEBUILDER_11_5_10-dist                                 |  951 B     00:00
SITEBUILDER_11_5_10-thirdparty                           |  951 B     00:00
Exception: Failed to solve dependencies:
psa-drweb-configurator-11.5.30-cos6.build115130819.13.x86_64 requires glibc(x86-32)
php-5.3.3-27.el6_5.x86_64 requires php-common(x86-64) = 5.3.3-27.el6_5
php-5.3.3-27.el6_5.x86_64 requires php-cli(x86-64) = 5.3.3-27.el6_5

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

Linux running on a VPS with Centos 6.5 distribution.

Thank for help.
 
Just run something like:

# yum install glibc php-common php-cli
 
Of course but I received for response:
Code:
user@server:~ # ^C
user@server:~ # yum install glibc php-common php-cli
Loaded plugins: fastestmirror, presto, security
Loading mirror speeds from cached hostfile
 * base: centos.mirror.user.lu
 * extras: centos.mirror.user.lu
 * updates: centos.mirror.user.lu
base                                                                                                                                                                                                               | 3.7 kB     00:00
extras                                                                                                                                                                                                             | 3.4 kB     00:00
updates                                                                                                                                                                                                            | 3.4 kB     00:00
vmware-tools-collection                                                                                                                                                                                            |  951 B     00:00
Setting up Install Process
Package glibc-2.12-1.132.el6_5.2.x86_64 already installed and latest version
Package matching php-common-5.3.3-27.el6_5.x86_64 already installed. Checking for update.
Package matching php-cli-5.3.3-27.el6_5.x86_64 already installed. Checking for update.
[B]Nothing to do[/B]
user@server:~ # ^C
 
Last edited:
two errors are solved but one stay yet...
NGINX_1_5_0-dist | 1.3 kB 00:00
NGINX_1_5_0-thirdparty | 1.3 kB 00:00
PPB_11_5_30-dist | 951 B 00:00
PPB_11_5_30-thirdparty | 951 B 00:00
PSA_11_5_30-dist | 2.9 kB 00:00
PSA_11_5_30-thirdparty | 2.9 kB 00:00
SITEBUILDER_11_5_10-dist | 951 B 00:00
SITEBUILDER_11_5_10-thirdparty | 951 B 00:00
atomic/filelists_db | 1.3 MB 00:00
Exception: Failed to solve dependencies:
psa-drweb-configurator-11.5.30-cos6.build115130819.13.x86_64 requires glibc(x86-32)

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

see last error:
Exception: Failed to solve dependencies:
psa-drweb-configurator-11.5.30-cos6.build115130819.13.x86_64 requires glibc(x86-32)
toto@server:~ # rpm -qa | grep glibc
glibc-2.12-1.132.el6_5.2.x86_64
glibc-common-2.12-1.132.el6_5.2.x86_64
toto@server:~ #

I tried to install manually library needed without success.

Nobody for help me ?
 
Last edited:
Back
Top