Page 1 of 1

[Fixed] STK 0.8.1 Linux doesn't work in Fedora 20 Beta

PostPosted: 26 Nov 2013, 13:19
by diogocampos
OUTPUTS:

[diogo@localhost stk]$ ./run_game.sh
bin/supertuxkart: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory

[diogo@localhost bin]$ ./supertuxkart
./supertuxkart: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

[root@localhost bin]# yum install gnutls
The package gnutls-3.1.16-1.fc20.x86_64 is already installed on the latest version.

-------

Looks like a version problem.
More info: https://apps.fedoraproject.org/packages/s/gnutls and https://apps.fedoraproject.org/packages/gnutls

Or maybe I'm focusing on the wrong package.

Any ideas?

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 26 Nov 2013, 15:28
by SuperMat
diogocampos {l Wrote}:./supertuxkart: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory


I don't use Linux, but could you check if curl and libcurl are installed?

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 26 Nov 2013, 16:18
by diogocampos
IRC UPDATE:

I tried to install "libcurl-devel" ("curl" and "libcurl" were already installed)...
Nothing has changed.

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 26 Nov 2013, 21:27
by xeno74
Hi diogocampos,

Thank you for your bug report. I'll try to solve the problem. :)

Rgds,
Christian

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 26 Nov 2013, 23:58
by xeno74
Hi diogocampos,

I've solved the problem. It runs on Fedora 20. Could you test this static package, please?

Download: supertuxkart-0.8.1-2-linux-glibc2.11-x86-64.tar.bz2

Rgds,

Christian

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 27 Nov 2013, 15:40
by diogocampos
Works like a charm. Thank you, xeno!

-------

Just to make clear: it works when running the "run_game.sh", but not when running the "bin/supertuxkart".
Is this normal?

Re: STK 0.8.1 static binary doesn't work in Fedora 20 Beta

PostPosted: 27 Nov 2013, 23:12
by xeno74
diogocampos {l Wrote}:Works like a charm. Thank you, xeno!

-------

Just to make clear: it works when running the "run_game.sh", but not when running the "bin/supertuxkart".
Is this normal?


Hi diogocampos,

Thank you for testing. :) When you execute ./run_game.sh, the STK binary use the libraries in the static package. And when you execute ./supertuxkart, the STK binary use the libraries of your Fedora system.

All the best,

Christian

Re: [Fixed] STK 0.8.1 Linux doesn't work in Fedora 20 Beta

PostPosted: 28 Nov 2013, 11:23
by diogocampos
Thank you again, xeno.