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

Can't load shared library on NetBSD #166

Open
notgull opened this issue Jan 9, 2023 · 0 comments
Open

Can't load shared library on NetBSD #166

notgull opened this issue Jan 9, 2023 · 0 comments

Comments

@notgull
Copy link
Contributor

notgull commented Jan 9, 2023

When attempting to run the hello-world-dl example on NetBSD 9.3, I get this error:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: OpenError { kind: Library, detail: "opening library failed (/home/jtnunley/Testing/x11-rs/target/debug/examples/hello-world-dl: Shared object \"libX11.so.6\" not found); opening library failed (/home/jtnunley/Testing/x11-rs/target/debug/examples/hello-world-dl: Shared object \"libX11.so\" not found)" }', x11-dl/examples/hello-world-dl.rs:17:39
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This is probably related to psychon/x11rb#785, in that both are probably the result of libtool producing different outputs.

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