• 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

Dependency Error Ubuntu 14.04 Clean Install

Janko1000

Regular Pleskian
I have the following Error on my VPS with Ubuntu 14.04 minimal with Plesk 12.18.


Code:
Setting up mysql-server-5.5 (5.5.44-0ubuntu0.14.04.1) ...
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 146: logger: command not found
ATTENTION: An error has occured. More info is in the syslog!
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 236: logger: command not found
dpkg: error processing package mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 127
Setting up openssl (1.0.1f-1ubuntu2.15) ...
Setting up ca-certificates (20141019ubuntu0.14.04.1) ...
Setting up xml-core (0.13+nmu2) ...
Setting up mlock (8:2007f~dfsg-2) ...
Setting up libc-client2007e (8:2007f~dfsg-2) ...
Setting up libhtml-template-perl (2.95-1) ...
Setting up libmcrypt4 (2.5.8-3.1ubuntu1) ...
Setting up libpq5 (9.3.9-0ubuntu0.14.04) ...
Setting up libxmlrpc-core-c3 (1.33.06-0ubuntu1) ...
Setting up libxmlrpc-c++8 (1.33.06-0ubuntu1) ...
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.5; however:
  Package mysql-server-5.5 is not configured yet.

dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Setting up plesk-platform-runtime (1.0-892097.14062518) ...
Setting up plesk-librdbmspp (2.0-735641.14062518) ...
Setting up sw-libboost-date-time1.54.0 (1.54.0-14060316) ...
Setting up sw-libboost-system1.54.0 (1.54.0-14060316) ...
Setting up sw-libboost-filesystem1.54.0 (1.54.0-14060316) ...
Setting up sw-libboost-regex1.54.0 (1.54.0-14060316) ...
Setting up sw-libboost-serialization1.54.0 (1.54.0-14060316) ...
Setting up sw-libboost-thread1.54.0 (1.54.0-14060316) ...
Setting up sw-libpoco (1.4.3p1-14062518) ...
Setting up libaps (1.0.7-798670.14062518) ...
Setting up plesk-lmlib (0.0.6-591.14062719) ...
Setting up sw-doctrine (1.0.4-0.280352) ...
Setting up sw-engine (2.13.12-ubuntu1404.201502091720) ...
Adding system startup for /etc/init.d/sw-engine ...
   /etc/rc0.d/K20sw-engine -> ../init.d/sw-engine
   /etc/rc1.d/K20sw-engine -> ../init.d/sw-engine
   /etc/rc6.d/K20sw-engine -> ../init.d/sw-engine
   /etc/rc2.d/S20sw-engine -> ../init.d/sw-engine
   /etc/rc3.d/S20sw-engine -> ../init.d/sw-engine
   /etc/rc4.d/S20sw-engine -> ../init.d/sw-engine
   /etc/rc5.d/S20sw-engine -> ../init.d/sw-engine
dpkg: dependency problems prevent configuration of pp12.0.18-bootstrapper:
pp12.0.18-bootstrapper depends on mysql-server | virtual-mysql-server; however:
  Package mysql-server is not configured yet.
  Package virtual-mysql-server is not installed.
  Package mysql-server-5.5 which provides virtual-mysql-server is not configured

dpkg: error processing package pp12.0.18-bootstrapper (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for ca-certificates (20141019ubuntu0.14.04.1) ...
Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
Errors were encountered while processing:
mysql-server-5.5
mysql-server
pp12.0.18-bootstrapper
E: Sub-process /usr/bin/dpkg returned an error code (1)

ERROR: An error occurred on attempt to install packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

Find the Solutions:
Code:
apt-get --reinstall install bsdutils
 
Last edited:
Back
Top