Stable: 2.5.2
Development: 2.6-alpha3
I have recently installed moc, but it doesn't start, it errors out with:
FATAL ERROR: No decoder plugins have been loaded!
I found that I do have decoder plugin in /usr/lib/moc/decoder_plugins (in the form of .so and .la files). What am I doing wrong?
daper
Sun, 2006-06-18 13:48
Permalink
Try this: mocp -SDF. Few
Try this: mocp -SDF. Few first lines from this command should tell you how plugins are loaded.
--
Damian Pietras - MOC developer
fedaykin
Mon, 2006-06-19 00:11
Permalink
It works after I compiled it
It works after I compiled it with --enable-debug (wich I turned off on my first compile). Could this be a bug of some sort?
daper
Mon, 2006-06-19 05:22
Permalink
I dont' think so, I've just
I dont' think so, I've just tried --disable-debug and it works well.
--
Damian Pietras - MOC developer