UFO:Alien Invasion
Technical support => Feature Requests => Topic started by: HitMan on October 19, 2007, 05:12:57 pm
-
Hi,
I just downloaded and installed 2.2 trunk - rev 12562 - 2007-10-19 version of ufoai into my Fedora7 linux box.
When starting ufoai I get an error message "error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory".
It seems libcurl-gnutls is missing. I tried to find that package from Fedora and Livna repositories but I did not find any package matching libcurl-gnutls.
Does anyone know where I can find missing packages?
- HitMan
-
try to create a symlink from the version 3 to the version 4 - should work
-
Hi,
Symlink did help with earlier version of 2.2 when I had problems with curl version. Now the problem is that I don't have libcurl-gnutls at all. I have curl and curl-devel installed but it seems that's not enough. So first I need to find libcurl-gnutls from internet.
Does anyone know where to find libcurl-gnutls in rpm package for Fedora7? I can only find some old rpm versions for Fedora 4 and older.
- HitMan
-
Tip for Ubuntu (Feisty Fawn users): Install trought Synaptic packed:
libcurl3-gnutls
and after that type in console:
sudo ln -s /usr/lib/libcurl-gnutls.so.3.0.0 /usr/lib/libcurl-gnutls.so.4
And the new beta (rev 1256) works all right.
-
the problem is, that i've created this installer with ubuntu feisty. latest libs that maybe are not available for your distribution yet. i will try to link some of the libs static (like libcurl) for the final version - and maybe there are some packages out there for your distribution soon after 2.2 was released officially
-
Hi,
Just to inform all Fedora 7 users. Latest version UFO:AI 2.2 developement version (Linux) 362MB (2.2 branch - rev 12714 - 2007-10-29) runs fine on Fedora 7 without libcurl-gnutls. ;D It seems libcurl-gnutls dependency has been removed.
I'm now restarting my bug hunting again.
- Hitman
-
In current beta (2.2 branch - rev 12714 - 2007-10-29) if someone use Ubuntu 7.04 and got error about "libcurl.so.4' Just type in console:
sudo ln -s /usr/lib/libcurl.so.3 /usr/lib/libcurl.so.4