| Author |
Message |
Galbi

Joined: 21 Sep 2011 Posts: 72 Location: Bs.As. - Argentina.
|
Posted: Wed 02 Nov 2011, 19:18 Post subject:
Problem running Super Tux Kart (Solved) Subject description: libgssapi_krb5.so.2 not found |
|
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
Last edited by Galbi on Tue 15 Nov 2011, 09:18; edited 3 times in total
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1229 Location: wales
|
Posted: Thu 03 Nov 2011, 07:32 Post subject:
|
|
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
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
Galbi

Joined: 21 Sep 2011 Posts: 72 Location: Bs.As. - Argentina.
|
Posted: Thu 03 Nov 2011, 19:12 Post subject:
|
|
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.
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1229 Location: wales
|
Posted: Thu 03 Nov 2011, 19:18 Post subject:
|
|
try this http://repository.slacky.eu/slackware-13.37/network/krb5/1.9.1/krb5-1.9.1-i486-3sl.txz
|
|
Back to top
|
|
 |
Galbi

Joined: 21 Sep 2011 Posts: 72 Location: Bs.As. - Argentina.
|
Posted: Fri 04 Nov 2011, 08:18 Post subject:
|
|
Many thanks 666philb, this package solved the problem.
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Thu 08 Mar 2012, 18:05 Post subject:
|
|
| Code: | | 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??
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1229 Location: wales
|
Posted: Fri 09 Mar 2012, 14:19 Post subject:
|
|
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
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Sat 10 Mar 2012, 08:14 Post subject:
|
|
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?
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1229 Location: wales
|
Posted: Sun 11 Mar 2012, 07:04 Post subject:
|
|
hi sc0ttman
i'm presuming you're wanting this on akita??
needs these three
http://archive.ubuntu.com/ubuntu/pool/universe/s/supertuxkart/supertuxkart_0.6.2+dfsg1-1ubuntu1_i386.deb
http://archive.ubuntu.com/ubuntu/pool/universe/s/supertuxkart/supertuxkart-data_0.6.2+dfsg1-1ubuntu1_all.deb
http://www.mediafire.com/file/vc4gk6p56c8o18v/tuxkart_akita_deps.pet 1.4mb
and of course your graphic drivers installed.....
for wary you may also need SDL
_________________ Quickpet_Precise, install popular apps quickly http://www.murga-linux.com/puppy/viewtopic.php?t=83642
LÖVE2d, a collection of 27 lua gameshttp://www.murga-linux.com/puppy/viewtopic.php?t=76739
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Sun 11 Mar 2012, 13:25 Post subject:
|
|
| 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: | #!/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/supertuxcart-0.6.2-i386-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
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
|