Author Topic: Linux version?  (Read 14823 times)

niculinux

  • Guest
Re: Linux version?
« Reply #30 on: September 04, 2016, 01:12:55 pm »
Tryed in Ubuntu 16.04, but in terminal got error:

Code: [Select]
error while loading shared libraries: libSDL_gfx.so.15: cannot open shared object file: No such file or directory

because 16.04 uses a different version of libSDL. any ways to install other version of these libraries? Thanks :)

Offline Stoddard

  • Colonel
  • ****
  • Posts: 485
  • in a fey mood
    • View Profile
    • Linux builds & stuff
Re: Linux version?
« Reply #31 on: September 04, 2016, 02:36:16 pm »
Tryed in Ubuntu 16.04, but in terminal got error:

Code: [Select]
error while loading shared libraries: libSDL_gfx.so.15: cannot open shared object file: No such file or directory

because 16.04 uses a different version of libSDL. any ways to install other version of these libraries? Thanks :)

Ubuntu 16.04 is called Xenial Xerus.

Did you download the archive with 'xenial' in its name?

niculinux

  • Guest
Re: Linux version?
« Reply #32 on: September 04, 2016, 06:46:05 pm »
Ubuntu 16.04 is called Xenial Xerus.

Did you download the archive with 'xenial' in its name?

Yes, thanks i know  :) Downloaded the highlighted file found in this post and executed it via terminal because in nautilus, once givwn the executable permission, double clicking on it had no effects at all. Of course, i'm on a x86_64 laptop.


Offline Stoddard

  • Colonel
  • ****
  • Posts: 485
  • in a fey mood
    • View Profile
    • Linux builds & stuff
Re: Linux version?
« Reply #33 on: September 04, 2016, 11:26:10 pm »
Please make sure the package
Code: [Select]
libsdl-gfx1.2-5:amd64 is installed.

Please post the output of the following command:

Code: [Select]
dpkg-query -l | grep sdl

niculinux

  • Guest
Re: Linux version?
« Reply #34 on: September 12, 2016, 12:17:14 pm »
Thnaks, but for the toppic's sake, here's may be the continue :)