voltapp / volt

300 KB desktop client for Slack, Skype, Twitter, Telegram, and more
608 stars 8 forks source link

[Linux v0.33] Doesn't run on Arch Linux #78

Closed neongreen closed 5 years ago

neongreen commented 6 years ago
$ ./eul_linux 
./eul_linux: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found
(required by ./eul_linux)

There is a workaround, though:

$ LD_PRELOAD=/usr/lib/libcurl.so.3 ./eul_linux 
heinrich5991 commented 6 years ago

Added as an AUR package, with that work-around: https://aur.archlinux.org/packages/eul.

voltapp2 commented 5 years ago

Thanks for reporting this and sorry for the delay.

This was fixed.

Unfortunately right now only macOS and Windows versions are available.