Waveform 8.1.12 Beta Released

Discussion about: tracktion.com
RELATED
PRODUCTS

Post

We updated the framework we use recently in order to add support for plugin channel configurations but due to dependancies on new libraries we have to build with Ubuntu 16.0.4 now. This could be where the newer SSL requirement has come from but I'm not sure why updating libcurl would cause problems with other software?

Post

It seems that Ubuntu uses an old version of libcurl, which still includes symbols, which the version of libcurl on Arch doesn't have anymore.

I solved this by installing libcurl-compat (and deinstalling libcurl-openssl again) and running Waveform with:

Code: Select all

LD_PRELOAD="libcurl.so.3" Waveform8
libcurl-compat installs a symlink from /usr/lib/libcurl.so.3 to /usr/lib/libcurl-compat.so.4.4.0. /usr/lib/libcurl.so.4 can then point to the standard Arch /usr/lib/libcurl-gnutls.so.4.4.0 again and other programs, which link to libcurl, are not affected.

Post Reply

Return to “Tracktion”