ArdenButterfield / Maim

Audio plugin for custom MP3 distortion and digital glitches
GNU General Public License v3.0
248 stars 3 forks source link

The plugin doesn't load in Ardour 8.6 on Debian Bookworm #57

Open tonilink opened 3 months ago

tonilink commented 3 months ago

I think it's the same problem that Vital had sometime ago, with the dynamically linked libs.

The ldd in the plugin returns:

$ ldd Maim.so ./Maim.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.31' not found (required by ./Maim.so) ./Maim.so: /lib/x86_64-linux-gnu/libstdc++.so.6: versionGLIBCXX_3.4.32' not found (required by ./Maim.so) linux-vdso.so.1 (0x00007ffeeefef000) libasound.so.2 => /lib/x86_64-linux-gnu/libasound.so.2 (0x00007f58d72f7000) libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f58d722c000) libatomic.so.1 => /lib/x86_64-linux-gnu/libatomic.so.1 (0x00007f58d7222000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f58d7000000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f58d6f21000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f58d6f01000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f58d6d20000) /lib64/ld-linux-x86-64.so.2 (0x00007f58d7ce4000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f58d6d01000) libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f58d6ccb000) libbrotlidec.so.1 => /lib/x86_64-linux-gnu/libbrotlidec.so.1 (0x00007f58d6cbe000) libbrotlicommon.so.1 => /lib/x86_64-linux-gnu/libbrotlicommon.so.1 (0x00007f58d6c9b000)

Maybe, building the plugin statically linked by default could solve this.

SnootyInk8302 commented 1 month ago

Same issue on Arch