Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in SunOS/Solaris #94

Open
xabi12 opened this issue May 4, 2021 · 0 comments
Open

Problem in SunOS/Solaris #94

xabi12 opened this issue May 4, 2021 · 0 comments

Comments

@xabi12
Copy link

xabi12 commented May 4, 2021

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant