Author Topic: [4.0] Problem on Linux (arch and family), "`GCRYPT_1.2' not found"  (Read 3941 times)

Lefl

  • Guest
Hello!
i wanted to try this game but i cant get it to work,
whenever i try to launch the game it says in the terminal:

Code: [Select]
gamedir [/home/lennard/annex]
Looking for LDCONFIG []...
LDCONFIG environment variable is not set...
Found LDCONFIG using which [/usr/sbin/ldconfig]...
- default library [libdirectfb-1.2.so.0] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libdirectfb-1.2.so.0] pointed to [/usr/lib/libdirectfb-1.7.so.5]
- default library [libfusion-1.2.so.0] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libfusion-1.2.so.0] pointed to [/usr/lib/libfusion-1.7.so.5]
- default library [libdirect-1.2.so.0] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libdirect-1.2.so.0] pointed to [/usr/lib/libdirect-1.7.so.5]
- default library [libpng15.so.15] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libpng15.so.15] pointed to [/usr/lib/libpng16.so.16]
- default library [libicudata.so.40] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libicudata.so.40] pointed to [/usr/lib/libicudata.so.53]
- default library [libicuuc.so.40] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libicuuc.so.40] pointed to [/usr/lib/libicuuc.so.53]
- default library [libGLEW.so.1.5] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libGLEW.so.1.5] pointed to [/usr/lib/libGLEW.so.1.11]
- default library [libGLEW.so.1.5] is missing, attempting to find and link to a newer version if available...
  > not found !
- default library [libgnutls.so.26] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libgnutls.so.26] pointed to [/usr/lib/libgnutls.so.28]
- default library [liblua5.1.so.0] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/liblua5.1.so.0] pointed to [/usr/lib/liblua.so.5.2]
- default library [libircclient.so.1] is missing, attempting to find and link to a newer version if available...
  > not found !
- default library [libvlccore.so.5] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libvlccore.so.5] pointed to [/usr/lib/libvlccore.so.7]
- default library [libgcrypt.so.11] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libgcrypt.so.11] pointed to [/usr/lib/libgcrypt.so.20]
- default library [libtasn1.so.3] is missing, attempting to find and link to a newer version if available...
  new library link [/home/lennard/annex/lib/libtasn1.so.3] pointed to [/usr/lib/libtasn1.so.6]
/home/lennard/annex/annex.bin: /usr/lib/liblber-2.4.so.2: no version information available (required by /home/lennard/annex/annex.bin)
/home/lennard/annex/annex.bin: /home/lennard/annex/lib/libgcrypt.so.11: version `GCRYPT_1.2' not found (required by /home/lennard/annex/annex.bin)
/home/lennard/annex/annex.bin: /usr/lib/libldap_r-2.4.so.2: no version information available (required by /home/lennard/annex/annex.bin)

And the game doesnt start. i have

Code: [Select]
libldap_r-2.4.so.2
libgcrypt.so.11
liblber-2.4.so.2
installed but there seems to be a problem with them. (i already tried to reinstall them)

Also i cant find the source code of the game, i would try to compile it myself to see if that helps.

Please Help!  :(
« Last Edit: 4 April 2015, 12:57:17 by filux »

filux

  • MegaGlest Team
  • Draco Rider
  • ********
  • Posts: 310
  • was OpenSuse x64, is Debian testing x64
    • View Profile
Re: Linux Problem
« Reply #1 on: 15 October 2014, 22:44:46 »
Looks like it is "arch" or "arch family".

It is known (tiny) issue reported after the release.
You can resolve this problem by:

Code: [Select]
cd <gamedir>; sudo pacman -S libgcrypt15; rm lib/libgcrypt.so.11; ./annex
.

Lefl

  • Guest
Re: Linux Problem
« Reply #2 on: 16 October 2014, 11:43:38 »
Looks like it is "arch" or "arch family".

It is known (tiny) issue reported after the release.
You can resolve this problem by:

Code: [Select]
cd <gamedir>; sudo pacman -S libgcrypt15; rm lib/libgcrypt.so.11; ./annex
.
that didnt worked
still same error[/s]

EDIT: now it worksfor some reason terminal didnt removed libgcrypt.so.11, did it with thunar
« Last Edit: 16 October 2014, 11:48:46 by Lefl »

qubodup

  • Daemon
  • Posts: 10
    • View Profile
    • qubodup.net
Re: Linux Problem
« Reply #3 on: 4 April 2015, 03:16:46 »
Thanks for the instructions, I had to install from AUR though.
« Last Edit: 4 April 2015, 08:04:45 by filux »

filux

  • MegaGlest Team
  • Draco Rider
  • ********
  • Posts: 310
  • was OpenSuse x64, is Debian testing x64
    • View Profile
and another (general) solution for linux is here https://forum.megaglest.org/index.php?topic=9815.0