Technical support > Linux
libraries: libcurl.so.4
(1/1)
luke83:
Hi guys i have been trying to get this game going thru ubuntu 64bt and i keep getting this error : error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
luke@luke-desktop:~$ '/home/luke/ufoai/ufo'
I have been trying to find a answer and have tryed all everything listed on this page : http://ufoai.ninex.info/wiki/index.php/Debian
I have been playing the original xcom series since i was a boy and i would love to get this baby running to see how it compares.
Thanks
geever:
--- Quote from: luke83 on September 12, 2009, 11:26:57 pm ---Hi guys i have been trying to get this game going thru ubuntu 64bt and i keep getting this error : error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory
luke@luke-desktop:~$ '/home/luke/ufoai/ufo'
I have been trying to find a answer and have tryed all everything listed on this page : http://ufoai.ninex.info/wiki/index.php/Debian
I have been playing the original xcom series since i was a boy and i would love to get this baby running to see how it compares.
Thanks
--- End quote ---
Do you have curl installed?
Try:
--- Code: ---sudo apt-get install libcurl4-openssl-dev
--- End code ---
-geever
luke83:
Thanks but i just installed them and i still get the same error
geever:
--- Quote from: luke83 on September 13, 2009, 08:41:59 am ---Thanks but i just installed them and i still get the same error
--- End quote ---
Maybe the filename is different. Look for it by running:
--- Code: ---locate libcurl.so
--- End code ---
Maybe you don't have /usr/lib/libcurl.so.4 but /usr/lib/libcurl.so.4.0.1 or so (with more detailed version). If that's the case you can make a symbolic link on it by running
--- Code: ---sudo ln -s /usr/lib/libcurl.so.4.0.1 /usr/lib/libcurl.so.4
--- End code ---
(change the version to your's)
I hope this help. ;)
-geever
Navigation
[0] Message Index
Go to full version