View Single Post
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#95
Originally Posted by dreixel View Post
Now I'm getting:

Code:
Traceback (most recent call last):
  File "erminig-ng", line 43, in <module>
    import cwrapper
  File "/home/user/MyDocs/.documents/erminig-ng-0.1.1/cwrapper.py", line 13, in <module>
    lib = cdll.LoadLibrary(erminig_conf.libpath + "/libcalaccess.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)
OSError: /home/user/MyDocs/.documents/erminig-ng-0.1.1/libcalaccess.so: failed to map segment from shared object: Operation not permitted
the erminig-ng C++ layer (libcalaccess.so) cannot reside in the MyDocs directory, since it is mounted with noexec. Best solution: move the erminig-ng-0.1.1 directory directly to your homedirectory (/home/users), instead of having it in the MyDocs folder.

hope this helps!
 

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