On Mar 03, 07 08:06:40 -0800, Jay Smith wrote: > wormux: error while loading shared libraries: libSDL_gfx.so.13: cannot open > shared object file: No such file or directory
Your version of libSDL probably doesn't match the version that the program is requesting. Bad luck, compile the game against the (probably newer) different libSDL you have. CU Matthias -- Matthias Hopf <[EMAIL PROTECTED]> __ __ __ Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ [EMAIL PROTECTED] Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
