我似乎无法弄清楚如何安装systemd。 我正在尝试将AWS上的MySQL服务器从5.5升级到5.6。 尝试安装时出现以下错误 – “需要:systemd”
任何想法可能是什么问题或如何得到这个安装,我试过sudo yum install systemd 。
$ sudo yum install mysql-community-server Loaded plugins: priorities, update-motd, upgrade-helper 4 packages excluded due to repository priority protections Resolving Dependencies --> Running transaction check ---> Package mysql-community-server.x86_64 0:5.6.21-2.el7 will be installed --> Processing Dependency: systemd for package: mysql-community-server-5.6.21-2.el7.x86_64 --> Processing Dependency: systemd for package: mysql-community-server-5.6.21-2.el7.x86_64 --> Finished Dependency Resolution Error: Package: mysql-community-server-5.6.21-2.el7.x86_64 (mysql56-community) Requires: systemd You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
有任何想法吗? 谢谢!