ShYne Report post Posted April 26, 2007 Does El run on Kbuntu? Everytime I clicked on the static nothing happened... Quote Share this post Link to post Share on other sites
Tanyia Report post Posted April 26, 2007 I've run it before, so yes. Quote Share this post Link to post Share on other sites
ttlanhil Report post Posted April 26, 2007 assuming you mean kubuntu, no reason it shouldn't if you get the required libraries installed first... you'll need to post more information about your system (suprise suprise) for more help Quote Share this post Link to post Share on other sites
ShYne Report post Posted April 26, 2007 Eternal Lands-1.33/el-133.x86.linux.static: error while loading sha red libraries: libstdc++.so.5: cannot open shared object file: No such file or directory thats the problem it saying Quote Share this post Link to post Share on other sites
ttlanhil Report post Posted April 26, 2007 (edited) 5? odd, I thought 6 was current... that may be a problem. oh well. use your package manager to install the C++ runtime, version 5. I'd imagine it would have a similar name to what's available in debian, which is: libstdc++5 you should probably get the debug (in debian: -dbg) version as well, as it can help find out what the problem is if you have a crash ed: to freeone: version 5. it probably has version 6 runtime already, since that's standard now. Edited April 26, 2007 by ttlanhil Quote Share this post Link to post Share on other sites
freeone3000 Report post Posted April 26, 2007 You have no libstdc++ version 5. apt-cache search libstdc++ and install the 5 version. (Kubuntu? Without libc++?) Quote Share this post Link to post Share on other sites
ShYne Report post Posted April 26, 2007 I can't find any places to download it from Kubuntu Quote Share this post Link to post Share on other sites
ttlanhil Report post Posted April 26, 2007 use your package manager... or just open a console and type/copy in: sudo apt-get install libstdc++5 Quote Share this post Link to post Share on other sites