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

Issues loading libdl.so on some Linux distros #18

Open
aquagoose opened this issue Mar 5, 2022 · 2 comments
Open

Issues loading libdl.so on some Linux distros #18

aquagoose opened this issue Mar 5, 2022 · 2 comments

Comments

@aquagoose
Copy link

aquagoose commented Mar 5, 2022

On newer releases of some Linux distros (namely Arch), libdl can no longer be loaded correctly, so any library relying on this fails to load (including Veldrid).

I believe a fix for this issue has been found, although I am not the one who found it, however I believe the libdl.so needs to be renamed to libdl.so.2.

I've linked this issue to them so hopefully they can explain the issue a bit better if necessary.

@Beyley
Copy link

Beyley commented Mar 5, 2022

Change needs to happen here

private const string LibName = "libdl";

@Perksey
Copy link

Perksey commented Mar 7, 2022

Duplicate of #2

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

3 participants