project-navigation
Personal tools

Author Topic: Feedback (2.2 trunk - rev 12562 - 2007-10-19) Starting problem in Fedora7  (Read 3038 times)

Offline HitMan

  • Rookie
  • ***
  • Posts: 12
    • View Profile
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

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
try to create a symlink from the version 3 to the version 4 - should work

Offline HitMan

  • Rookie
  • ***
  • Posts: 12
    • View Profile
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

wastelandmerc

  • Guest
Tip for Ubuntu (Feisty Fawn users): Install trought Synaptic packed:

Code: [Select]
libcurl3-gnutls
and after that type in console:

Code: [Select]
sudo ln -s /usr/lib/libcurl-gnutls.so.3.0.0 /usr/lib/libcurl-gnutls.so.4And the new beta (rev 1256) works all right.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
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

Offline HitMan

  • Rookie
  • ***
  • Posts: 12
    • View Profile
Re: Feedback (2.2 trunk - rev 12562 - 2007-10-19) Starting problem in Fedora7
« Reply #5 on: November 01, 2007, 08:09:16 am »
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

wastelandmerc

  • Guest
Re: Feedback (2.2 trunk - rev 12562 - 2007-10-19) Starting problem in Fedora7
« Reply #6 on: November 01, 2007, 01:15:37 pm »
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:
Code: [Select]
sudo ln -s /usr/lib/libcurl.so.3 /usr/lib/libcurl.so.4