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

Fixed libdl.so.2 issue #314

Merged
merged 1 commit into from
Dec 28, 2024
Merged

Fixed libdl.so.2 issue #314

merged 1 commit into from
Dec 28, 2024

Conversation

sandrohanea
Copy link
Owner

@sandrohanea sandrohanea commented Dec 28, 2024

This issue is reproducing if netstandard version is used on systems that have only libdl.so.2 without a symlink to libdl.so.

Netstandard version can be used if the library is referenced in a netstandard package first, or when netframework is used (with mono, for libdl to be needed). For dotnet 8+ UniversalLibraryLoader is being used that handles this more gracefully.

@sandrohanea
Copy link
Owner Author

This PR should fix: #313

@sandrohanea sandrohanea merged commit 99dc7b6 into main Dec 28, 2024
25 checks passed
@sandrohanea sandrohanea deleted the fix/libdl2-issue branch December 28, 2024 13:05
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.

1 participant