essej / paulxstretch

PaulXStretch - Extreme Timestretching application and plugin
Other
437 stars 14 forks source link

CLAP libfftw3f.so.3 not found #34

Open aduncan opened 7 months ago

aduncan commented 7 months ago

com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: Failed to load CLAP plug-in /home/andrew/.clap/PaulXStretch.clap: libfftw3f.so.3: cannot open shared object file: No such file or directory

System: Kernel: 6.6.9-1-liquorix-amd64 [6.6-11~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 parameters: audit=0 intel_pstate=disable rcupdate.rcu_expedited=1 BOOT_IMAGE=/boot/vmlinuz-6.6.9-1-liquorix-amd64 root=UUID= ro threadirqs quiet cmake version 3.25.1 Source: git clone https://github.com/essej/paulxstretch.git

I was about to try patchelf to resolve this but thought I'd post here first. I'm happy to provide any additional info you might want, ask away.

nikolas commented 7 months ago

I ran into the same issue. Someone suggested that the library needs to be linked statically rather than dynamically. See: https://github.com/flathub/com.bitwig.BitwigStudio/issues/17