Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Ctype Module not Found in QNX Virtual Machine with x_86 Architecture : (5 Items)
   
Ctype Module not Found in QNX Virtual Machine with x_86 Architecture  
Hi All,
Getting the attached error while trying to run some Robot Framework-based script.

I have created the VM Target using QNX Momentics for x_86 Architecture.

Thanks!

Attachment: Image ctype_error.png 21.12 KB
Re: Ctype Module not Found in QNX Virtual Machine with x_86 Architecture  
Anyone please help on this..
Re: Ctype Module not Found in QNX Virtual Machine with x_86 Architecture  
I suspect you are missing libffi.so.6

You can either just copy it to /system/lib on your VM or add:

lib/libffi.so.6=usr/lib/libffi.so.6

to the file local/snippets/system_files.custom so it'll be there next time you build it.

The way to work out what it's missing is to set the environment variable DL_DEBUG to libs when you run python. This will
 show all the shared objects that are being loaded, or in this case not being loaded.
Re: Ctype Module not Found in QNX Virtual Machine with x_86 Architecture  
when trying to copy to /system/lib 
Getting error "No space Left"

and not getting this location:
local/snippets/system_files.custom

Thanks!
Attachment: Image no space left.png 7.39 KB
Re: Ctype Module not Found in QNX Virtual Machine with x_86 Architecture  
even i was able to copy..
but same error still there...