Page 1 of 1

[Solved]Supertux2 0.4.0 does not launch

PostPosted: 01 Feb 2016, 19:22
by taureau89_9
Hello the community !

Excuse for may bad English (google traductions is my friend !)

I try to install the new Supertux2 0.4.0.
I precise that Supertux 0.3.4 works absolutely properly.
I download the sources and launch the process of compilation.
No problem, no error during cmake make and make install

But Supertux does not launch

{l Code}: {l Select All Code}
andre@990FX6100:/usr/local/games$ supertux2
supertux2: error while loading shared libraries: libtinygettext.so: cannot open shared object file: No such file or directory
andre@990FX6100:/usr/local/games$


But libtinygettext.so is present int /usr/local/lib

I have Debian testing amd 64.

Why Supertux does not launch ?

Thanks for yout help !

Re: Supertux2 0.4.0 does not launch

PostPosted: 01 Feb 2016, 23:21
by Akien
Yeah there is such an issue in the latest release, it's related to https://github.com/SuperTux/supertux/issues/275

To get it working in the present state, you probably just need to run "sudo ldconfig -X", provided Debian scans /usr/local/lib for libraries (but as far as I know it does).

Re: Supertux2 0.4.0 does not launch

PostPosted: 02 Feb 2016, 09:13
by taureau89_9
Akien {l Wrote}:you probably just need to run "sudo ldconfig -X", provided Debian scans /usr/local/lib for libraries (but as far as I know it does).

Yes, it works !

Many thanks of my little boys !