View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#102
Hi Domenech,

Originally Posted by Domenech View Post
I've tried your software and I receive the next error:

Code:
File "erminig-ng", line 43, in <module>
   import cwrapper
File "/home/user/MyDocs/erminig-ng/erminig-ng-0.1.1/cwrapper.py", line 13, in module>
   lib = cd11.LoadLibrary(erminig_conf.libpath + "/libcalccess.so")
File "/usr/lib/python2.5/ctypes/__init__.py", line 431, in LoadLibrary
      return self._dlltype(name)
File "/usr/lib/python2.5/ctypes/__init__.py", line 348, in __init__
      self.handle = _dlopen(self._name, mode)
ODError: /home/user/MyDocs/erminig-ng/erminig-ng-0.1.1/libcalaccess.so: failed to map segment form shared object: Operation not permitted
yes, this this the same issue dreixel reported: you have to move the erminig-ng-0.1.1 directory outside of the MyDocs directory (/home/user is a good location for the moment), change the erminig_conf.py file to reflect the new location of the root erminig directory and re-run erminig.

This is caused by the noexec attribute of the MyDocs mount point.

(see http://talk.maemo.org/showpost.php?p...0&postcount=95)