jiixyj / loudness-scanner

A tool that scans your music files and tags them with loudness information.
MIT License
131 stars 23 forks source link

No plugins found! - again #38

Open habasud opened 3 years ago

habasud commented 3 years ago

Hi all,

as far as I can see, the compiling process works without errors (DebianBuster). However when I do "make install", only some librarys are copied to the target location:

Install the project... -- Install configuration: "" -- Up-to-date: /usr/local/include/ebur128.h -- Installing: /usr/local/lib/libebur128.so.1.2.4 -- Up-to-date: /usr/local/lib/libebur128.so.1 -- Up-to-date: /usr/local/lib/libebur128.so -- Up-to-date: /usr/local/lib/libebur128.a -- Up-to-date: /usr/local/lib/pkgconfig/libebur128.pc

I then manually copied the loudness executable to /usr/local/bin: "No plugins found!" ldconfig

I figured out that I have to copy all the libs to /usr/local/bin and then call loudness with the full installation path. Then it works, as expected.

This might be a workaround for me, although it's not that nice.

Does anyone have a hint for me how to fix this behavior?

Regards Claus

habasud commented 3 years ago

I think, I solved the problem: