dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Problem in SunOS/Solaris #94

Open xabi12 opened 3 years ago

xabi12 commented 3 years ago

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/