openube / opennero

Game platform for Artificial Intelligence research and education
Other
1 stars 0 forks source link

./OpenNERO: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory #111

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. extracted the download package
2. cd into the extracted directory
3. ./OpenNERO

What is the expected output? What do you see instead?
program should run but it throws the error: ./OpenNERO: error while loading 
shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such 
file or directory

What version of the product are you using? On what operating system?
OpenNERO release from 2011-12-02 compiled Ubuntu Linux 10.4 (Lucid Lynx) and 
Intel i686 architecture

Please provide any additional information below.
Running on Ubuntu 11.10

Perhaps the issue can be resolved by building the program (which I wish to 
avoid) or by making a version for ubuntu 11.10 available for download.

Original issue reported on code.google.com by nitya.tr...@gmail.com on 2 Dec 2011 at 6:17

GoogleCodeExporter commented 9 years ago
Right, what's happening is our binary is linked against python 2.6 which is 
apparently not installed by default.

Please star this issue if a separate 11.x build is something you'd be 
interested in - if we get enough stars, we'll do it!

Original comment by ikarpov on 4 Dec 2011 at 7:17