Posted April 04, 2018
num18: I just installed the lion's song for linux, everything went fine and the installation was successful, but when I tried running it from the menu, nothing happens. I click on lion's song and... nothing. So I went to terminal to run start.sh, and when I tried running i got the error:
./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?
Hello num18, ./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