美文网首页
MusicPlayerDaemon 遇到 /usr/bin/mp

MusicPlayerDaemon 遇到 /usr/bin/mp

作者: 苍蝇的梦 | 来源:发表于2019-11-26 09:57 被阅读0次

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
https://www.musicpd.org

相关文章

网友评论

      本文标题:MusicPlayerDaemon 遇到 /usr/bin/mp

      本文链接:https://www.haomeiwen.com/subject/ynodwctx.html