[OpenIndiana-discuss] Trying to make python ctypes behave

Till Wegmüller toasterson at gmail.com
Wed Nov 14 08:45:00 UTC 2018


Hello Fellow Community

I am getting a weird behaviour from python ctypes recently. On some
machines I can find Libraries with the find_library() function on some I
can not. I narrowed it down to something that is in the dependency list
of build_essential. However I can not narrow it down to a Package. One
can test by using the following code in python console.

from ctypes.util import find_library
find_library("socket")

This should print 'libsocket.so.1' if it works.
Also saltstack needs to use FFI and this function. So if somebody uses
Saltstack that package should be installed. Are there any Saltstack
users from before the Package? If so would you happen to know which tool
I am missing?

Thanks for any pointers.
Till



More information about the openindiana-discuss mailing list