2019-11-25 遇到的一点小问题
今天使用pacman -Sy mpd
安装好MPD,在启动时失败,使用systemctl status mpd
查看状态,提示错误/usr/bin/mpd: error while loading shared libraries: libicui18n.so.65: cannot open shared object>
。网上找了下,使用pacman -Syu
更新一下可以了。
[root@Raspberry-Pi-3B-Plus ~]# systemctl status mpd
* mpd.service - Music Player Daemon
Loaded: loaded (/usr/lib/systemd/system/mpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2019-10-21 12:51:04 UTC; 1min 28s ago
Docs: man:mpd(1)
man:mpd.conf(5)
Process: 10414 ExecStart=/usr/bin/mpd --no-daemon (code=exited, status=127)
Main PID: 10414 (code=exited, status=127)
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: Starting Music Player Daemon...
Oct 21 12:51:04 Raspberry-Pi-3B-Plus mpd[10414]: /usr/bin/mpd: error while loading shared libraries: libicui18n.so.65: cannot open shared object>
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: mpd.service: Main process exited, code=exited, status=127/n/a
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: mpd.service: Failed with result 'exit-code'.
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: Failed to start Music Player Daemon.
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: mpd.service: Start request repeated too quickly.
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: mpd.service: Failed with result 'exit-code'.
Oct 21 12:51:04 Raspberry-Pi-3B-Plus systemd[1]: Failed to start Music Player Daemon.
[root@Raspberry-Pi-3B-Plus ~]# echo $?
130

网友评论