You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
This might be solved just by providing more up-to-date binaries built against libssl3. Other potential solutions:
The text was updated successfully, but these errors were encountered: