The Wayback Machine - https://web.archive.org/web/20220930073215/https://github.com/pythonnet/pythonnet/pull/1425
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

Try libdl.so.2 on Linux before libdl.so #1425

Merged
merged 1 commit into from Mar 25, 2021

Conversation

lostmsu
Copy link
Member

@lostmsu lostmsu commented Mar 25, 2021

What does this implement/fix? Explain your changes.

Newer Linux systems (Ubuntu, CentOS) do not contain libdl.so by default: they switched to libdl.so.2. So we try it first.

Also refactored LibraryLoader to share code between Linux and Mac (really any POSIX systems).

Does this close any currently open issues?

#1422

also refactored LibraryLoader to share code between Linux and Mac

fixes pythonnet#1422
filmor
filmor approved these changes Mar 25, 2021
@filmor filmor merged commit a2304dc into pythonnet:master Mar 25, 2021
24 of 26 checks passed
@lostmsu lostmsu deleted the bugs/libdl.so.2 branch Mar 25, 2021
m-rossi added a commit to m-rossi/pythonnet-feedstock that referenced this pull request Aug 15, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants