Plugins fail to run in Bitwig 5.2 on Ubuntu 24.04: undefined symbol deflateinit_ #856
Labels
Bug
Reproduced bug.
Enhancement
This issue is about a new feature rather than a bug.
Linux
This issue is Linux-specific.
Mental load
Is related to API usability.
Hi,
I was having some trouble making my plugin work in Bitiwig, while it was running fine in Ardour and Carla. It was also the case with at least the example plugins Clipit and Distort. In all cases Bitwig gives the error
undefined symbol deflateinit_
orundefined symbol deflateinit2_
I tried inner Pitch and it's running fine.
The solution was to add
-lz
to the lflags in thedub.json
file.The text was updated successfully, but these errors were encountered: