buttplug-rs-ffi
buttplug-rs-ffi copied to clipboard
The current (1.5 year old) binaries don't work on current versions of ubuntu. (wants libssl1.1, is provided libssl3)
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.
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.)