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

The current (1.5 year old) binaries don't work on current versions of ubuntu. (wants libssl1.1, is provided libssl3) #100

Open
kitlith opened this issue Feb 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kitlith
Copy link
Contributor

kitlith commented Feb 8, 2023

This might be solved just by providing more up-to-date binaries built against libssl3. Other potential solutions:

  • Provide multiple builds for different versions of libssl (ew)
  • Use a vendored openssl or a native-rust ssl library.
@kitlith kitlith added the bug Something isn't working label Feb 8, 2023
@kitlith
Copy link
Contributor Author

kitlith commented Feb 8, 2023

Okay, this is an issue. I was trying to figure out why the FFI was depending on dynamic libusb. Turns out, the current github release builds of the FFI predate switching to static hidraw on linux by several months.

This is going to continue to be a recurring issue if left as-is. Either the FFI binaries need to be rebuilt every time buttplug updates (by, e.g., moving it into the main buttplug repo) or we need to seperate into two binaries -- one that's buttplug proper, and one that's the C FFI. (I'd advocate for the former.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants