buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
88 stars 22 forks source link

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 1 year ago

kitlith commented 1 year ago

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

kitlith commented 1 year ago

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.)