View Single Post
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#12
Originally Posted by lonk View Post
No luck for me, here's what I get:





Code:
Nokia-N900:~# apt-get install python libvorbisfile3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python is already the newest version.
libvorbisfile3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I get this

Code:
Nokia-N900:~# cd /usr/lib/ 
Nokia-N900:/usr/lib# ln -s libpython2.6.so.1.0 libpython2.5.so.1.0
ln: libpython2.5.so.1.0: File exists

and when I try executing paintown I get:

Code:
Nokia-N900:/home/user/paintown# ./paintown 
./paintown: error while loading shared libraries: libpython2.6.so.1.0: cannot open shared object file: No such file or directory
sorry about this I messed up again... Instead of

ln -s libpython2.6.so.1.0 libpython2.5.so.1.0

it should be like this

ln -s libpython2.5.so.1.0 libpython2.6.so.1.0
 

The Following User Says Thank You to Radicalz38 For This Useful Post: