SL4A:Library 'libpython2.6.so' not found)CANNOT LINK EXECUTABLE

/storage/sdcard0/sl4a # /data/user/0/com.googlecode.pythonforandroid/files/python/bin/python
link_image[1891]: 20076 could not load needed library 'libpython2.6.so' for '/data/user/0/com.googlecode.pythonforandroid/files/python/bin/python' (load_library[1093]: Library 'libpython2.6.so' not found)CANNOT LINK EXECUTABLE
 
/storage/sdcard0/sl4a # echo $LD_LIBRARY_PATH
 
/storage/sdcard0/sl4a # ls /data/data/com.googlecode.pythonforandroid/files/python
bin       egg-info  lib
/storage/sdcard0/sl4a # export PYTHONPATH=/sdcard/com.googlecode.pythonforandroid/extras/python
/storage/sdcard0/sl4a # 
/storage/sdcard0/sl4a # export PATH=$PYTHONHOME/bin:$PATH
/storage/sdcard0/sl4a # export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/data/com.googlecode.pythonforandroid/files/python/lib:/data/data/com.googlecode.pythonforandroid/files/python/lib/python2.6/lib-dynload
/storage/sdcard0/sl4a # 
/storage/sdcard0/sl4a # 
/storage/sdcard0/sl4a # python
dlopen libpython2.6.so
Python 2.6.2 (r262:71600, Mar 20 2011, 16:54:21) 
[GCC 4.4.3] on linux-armv7l
Type "help", "copyright", "credits" or "license" for more information. 
>>>
>>>

你可能感兴趣的:(SL4A:Library 'libpython2.6.so' not found)CANNOT LINK EXECUTABLE)