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

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