ncmpcpp / ncmpcpp

Featureful ncurses based MPD client inspired by ncmpc
GNU General Public License v2.0
2.05k stars 221 forks source link

[BUG] ncmpcpp not started #540

Open PingalPie opened 2 years ago

PingalPie commented 2 years ago

Describe the bug I was starting ncmpcpp but it gave me error

Screenshots/Logs Screenshot

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Spacefreak18 commented 2 years ago

I don't think this is a bug. I think your package manage either installed that library in the wrong location, not at all, wrong name, etc.

Or you accidentally deleted it.

You should probably reach out to the Arch Linux community for bug reports / assistance.

leoperegrino commented 2 years ago

This is likely due to updates with the shared objects, which are dependencies dynamically linked to your ncmpcpp binary. If you compiled from source, it will be enough to recompile and install it again. If you just used the package manager, you may need to check if the release is compatible with the shared objects. Either way, compiling and installing will probably work.