You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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/
The text was updated successfully, but these errors were encountered: