Open habasud opened 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
I think, I solved the problem:
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