Posted April 04, 2018

./TLS: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
Why is the executable trying to call libcurl functions?
Every binary application on your computer requires library dependencies to run. If libcurl isn't installed on your system by default, on Ubuntu and its derivatives you can install it by running the following command:
sudo apt-get install libcurl3
If this won't help your problem, please contact our customer support directly: https://support.gog.com