View Single Post
Old 01-24-2012, 12:00 AM   #17
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quick comment #2: can't load liberutils

Code:
root@qemuarm:/media/mmcblk0p1/Programs# ./_python26/bin/python
Python 2.6.4 (r264:75706, Mar 16 2010, 14:39:27) 
[GCC 4.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes as C
>>> erutils = C.cdll.LoadLibrary( 'liberutils.so.0' )
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/media/mmcblk0p1/Programs/_python26/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
    return self._dlltype(name)
  File "/media/mmcblk0p1/Programs/_python26/lib/python2.6/ctypes/__init__.py", line 353, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/liberutils.so.0: undefined symbol: g_free
It happens both in qemu and DR800.
Iņigo is offline   Reply With Quote