Page 1 of 1

Problem running Super Tux Kart (Solved)

Posted: Wed 02 Nov 2011, 23:18
by Galbi
Trying to run the great STK v0.7.2 http://supertuxkart.sourceforge.net/
I get an error message saying it can`t find this library: libgssapi_krb5.so.2

Any idea where can I find it?
I'm using Slacko 5.30

Tnx

Posted: Thu 03 Nov 2011, 11:32
by 666philb
hi galbi

in the slacko ppm, make sure that the three slackware repos are enabled (once ticked the ppm requires a restart) then type " krb " into the find box and install
krb5-1.9.1

Posted: Thu 03 Nov 2011, 23:12
by Galbi
Thanks for your response but I forgot to mention that I need some kind of package to download manually here (at work, in Windows) to install it at home where I donĀ“t have internet connection.
Can you give the address of the repos?

Thanks again.

Posted: Thu 03 Nov 2011, 23:18
by 666philb

Posted: Fri 04 Nov 2011, 12:18
by Galbi
Many thanks 666philb, this package solved the problem.
:D

Posted: Thu 08 Mar 2012, 22:05
by sc0ttman

Code: Select all

bin/supertuxkart: error while loading shared libraries: liblber-2.4.so.2: cannot open shared object file: No such file or directory
any ideas where I can get liblber-2.4.so.2??

Posted: Fri 09 Mar 2012, 18:19
by 666philb
here..... the slackware version may work but you may need to make a link from liblber-2.4.so.2.5.6 to the version you want.....http://pkgs.org/search/?keyword=openldap

Posted: Sat 10 Mar 2012, 12:14
by sc0ttman
666philb wrote:here..... the slackware version may work but you may need to make a link from liblber-2.4.so.2.5.6 to the version you want.....http://pkgs.org/search/?keyword=openldap
Thanks , but all this .deb, .txz stuff is just leading to more and more deps being required, a really long list in the end... And then it wouldn't run... various problems...

Will have to try compile this... Is it still possible to compile it with SDL only, no OpenGL? Ttuuxxx did it with a much older version... If it's still possible with newer versions, anyone know any tips?

Posted: Sun 11 Mar 2012, 11:04
by 666philb
hi sc0ttman

i'm presuming you're wanting this on akita??

needs these three
http://archive.ubuntu.com/ubuntu/pool/u ... 1_i386.deb
http://archive.ubuntu.com/ubuntu/pool/u ... u1_all.deb
http://www.mediafire.com/file/vc4gk6p56 ... a_deps.pet 1.4mb

and of course your graphic drivers installed.....
for wary you may also need SDL

Posted: Sun 11 Mar 2012, 17:25
by sc0ttman
666philb wrote:hi sc0ttman... i'm presuming you're wanting this on akita??
Yep, for the Akita repo.... You da man!!
I just tested without any OpenGL drivers installed, using only the normal i810 drvier,
still works :), a bit slow, but glxgears is showing ~200 fps at the moment...

Edit: Also tested with Nvidia-173 drivers, opengl enabled...
Works lovely, nice game, never actually played it before...

It's larger than a lot of other packages I've seen,
but it's only the game 'data' pkg that is big, so that's all good, I guess...

I also re-packed a bit, into a single .pet, and I put everything in:

/usr/games/supertuxkart <-- binary is here
/usr/games/supertuxkart/data <--- data stuff here
/usr/games/supertuxkart/lib <--- extra akita libs here, away from system libs
/usr/bin/supertuxkart <--- wrapper shell script, which contains the following:

Code: Select all

#!/bin/sh
LD_LIBRARY_PATH="$LD_LIBRARY_PATH: /usr/games/supertuxkart"
cd /usr/games/supertuxcart 
exec /usr/games/supertuxcart/supertuxkart
Download: http://akita.scottjarvis.com/supertuxca ... -akita.pet (103MB)

Not sure if this pkg will work on other pups or not,
but all you would need to do, is to put the extra libs in
the '/usr/games/supertuxkart/lib' folder.. I think ;)