voltapp / volt

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

Volt doesn't start on Debian Stretch #141

Open jyapayne opened 5 years ago

jyapayne commented 5 years ago

When I try to run it from the terminal, I get this only this output:

./volt: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by ./volt)

I have installed the prerequisites with:

sudo apt install -y libcurl3 curl libglfw3 

I also installed libcurl-openssl-dev, but that didn't seem to help

medvednikov commented 5 years ago

Yes, it's a common error. No idea how to fix this right now.

I'll be removing libcurl dependency soon, so this problem will be gone in several days.

antonzub1 commented 5 years ago

JFYI, I am facing exactly the same issue with libcurl on Ubuntu 16.04