Page 1 of 1

BUG: Spell error?

PostPosted: 27 Apr 2011, 23:34
by kalsan
BUG
When trying to start STK 0.7.1b under Ubuntu 10.10, the following message appears: supertuxkart: error while loading shared libraries: libenet.so.0debian1: cannot open shared object file: No such file or directory
libEnet? Maybe there is an E too much?
Just installed STK using the PPA.
Kalsan

Re: BUG: Spell error?

PostPosted: 28 Apr 2011, 00:14
by hiker
kalsan {l Wrote}:BUG
When trying to start STK 0.7.1b under Ubuntu 10.10, the following message appears: supertuxkart: error while loading shared libraries: libenet.so.0debian1: cannot open shared object file: No such file or directory
libEnet? Maybe there is an E too much?

No, we are indeed using enet internally, and it appears that ubuntu is not using the version we are shipping with STK, but their own version. The debian package is not done by us, so there's nothing really we can do - you should report this to the debian community (probably all you have to do is install the enet package).

Otherwise I would recommend to download one of our static linux binaries, I am sure that they work fine.

Cheers,
Joerg

Re: BUG: Spell error?

PostPosted: 28 Apr 2011, 22:10
by kalsan
Perfect! sudo apt-get install libenet0debian1 fixed it.
Thx!