Get into the .vst directory and see what ldd can tell us:
Code: Select all
ldd Master\ Mix.so
./Master Mix.so: /lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./Master Mix.so)One search (not a Google, nuts to them) later...
1. Download the current curl source code from https://curl.se/download/curl-8.12.1.tar.xz.
2. Unpack it.
2½. Get into its directory.
3. Compile it appropriately:
Code: Select all
./configure --with-openssl
cmake .
makeCode: Select all
sudo mc6. Fire up Waveform (or other DAW), delete the red-flagged Master Mix from the list and rescan. Lo! Problem solved.
7. Quit everything and whinge about the lack of a Master Mix manual.
__
¹ Master Mix is included with the Waveform executable and available in Pro if no other level, but I wanted to use it with another DAW.
