この問題は本当に奇妙です。私は多くの方法で解決しようとしましたが、何もうまくいきませんでした。私の最後の出力は:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Perl: warning: Setting locale failed.
Perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.UTF-8"
are supported and installed on your system.
Perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up mysql-server-5.5 (5.5.38-0ubuntu0.14.04.1) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/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
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
Errors were encountered while processing:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
私は本当にそれを修正する方法がわかりません、みんな助けてください:)
Mysql-server-5.6でも同じ問題があり、この解決策が私を助けてくれました。
launchpad:バグ#392051:[Karmic]ロガーコマンドが見つかりません
基本的に、プログラムlogger
は台無しになりました。
パッケージbsdutils
を再インストールすると、再作成できます。
apt-get --reinstall install bsdutils
または
aptitude reinstall bsdutils
「ロケール」がまだ生成されていないか、適切に生成されていません。
これを試して:
Sudo locale-gen en_US en_US.UTF-8 pl_PL pl_PL.UTF-8
Sudo dpkg-reconfigure locales
その後、MySQLのインストールを再試行してください。
これは、このブロックから参照される元の答えです。
ロケールの更新:
Sudo locale-gen fi_FI.UTF-8
Sudo dpkg-reconfigure locales
apt-get update
以下のこのコマンドを実行します
サーバーで、すべてのarchive.ubuntu.com
およびsecurity.ubuntu.com
パッケージリポジトリURLをold-releases.ubuntu.com
に置き換えます
Sudo sed -i -e 's/us.old-releases.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list
Sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list
apt-get update