PyInotify icon indicating copy to clipboard operation
PyInotify copied to clipboard

Problem in SunOS/Solaris

Open xabi12 opened this issue 4 years ago • 0 comments

Hi, I am using SunOS/Solaris (Oracle Solaris 11.4 SPARC/ SunOS 5.11) and unfortunately the library does not work ? The problem lies with ld.so. Can someone help me ? File "/usr/lib/python3.9/ctypes/init.py", line 387, in getattr func = self.getitem(name) File "/usr/lib/python3.9/ctypes/init.py", line 392, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: ld.so.1: python3.9: inotify_init: can't find symbol

find / -name ld.so.1 2>&1 | grep -v "Permission denied" /usr/lib/sparcv9/ld.so.1 /usr/lib/ld.so.1 /lib/ld.so.1 /lib/sparcv9/ld.so.1

echo $LD_LIBRARY_PATH ://usr/lib/sparcv9/

xabi12 avatar May 04 '21 10:05 xabi12