dony71 writes

Already follow this link https://www.lesbonscomptes.com/upmpdcli/github-issues/upmpdcli-html/issue-76.html but upmpdcli cannot start immediately I set upmpdcli automatically restart systemv using monit (https://mmonit.com/monit/) eventually it will work after couple times restart (not sure how many times) Run directly from console always fails Platform BananaPi (armv7 RPi like) under armbian OS based on debian jessie (https://www.armbian.com)

~# upmpdcli -c /etc/upmpdcli.conf pure virtual method called terminate called without an active exception Aborted

medoc92 writes

Please try to uninstall the package:

sudo apt-get remove upmpdcli libupnpp3

then check that your /etc/apt/sources.list.d/upmpdcli point to debian-jessie NOT raspbian-jessie:

deb http://www.lesbonscomptes.com/upmpdcli/downloads/debian-jessie/ unstable main
deb-src http://www.lesbonscomptes.com/upmpdcli/downloads/debian-jessie/ unstable main

then:

sudo apt-get update
sudo apt-get install upmpdcli

dony71 writes

thanks seems like working stable now