Perché visualizzo questo errore durante l'installazione del server MySQL?


0

Quindi ho un VPS vuoto con Debian 7 a 32 bit. Il VPS è stato appena creato, quindi non è installato altro che il sistema operativo di base.

Corro apt-get updatee poi apt-get install mysql-servere ottengo questo errore:

[ ok ] Stopping MySQL database server: mysqld.
/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 mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 127
Setting up heirloom-mailx (12.5-2+deb7u1) ...
update-alternatives: using /usr/bin/heirloom-mailx to provide /usr/bin/mailx (mailx) in auto mode
Setting up libhtml-template-perl (2.91-1) ...
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 mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@linux:~# 

Hai idea di cosa stia succedendo e come posso far funzionare il server MySQL?

Risposte:


1

Credo che ciò sia dovuto al fatto che il logger non è installato correttamente e la reinstallazione di bsdutils dovrebbe risolverlo

apt-get --reinstall install bsdutils

qui c'è lo stesso problema su Ubuntu


Sì, funziona perfettamente dopo questo. Grazie. È strano che questo non sia impostato come dipendenza per il pacchetto mysql-server.
Daniel
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.