Waveform 8.1.12 Beta Released
-
- KVRAF
- Topic Starter
- 1790 posts since 30 Dec, 2012
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?
-
- KVRist
- 79 posts since 29 Apr, 2011 from Cologne, Germany
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:
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.
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