Error loading needed lib libhidapi-hidraw.so.0
I can find /usr/lib/libhidapi-hidraw.so.0 using find / -name libhidapi-hidraw.so.0
# find / -name libhidapi-hidraw.so.0
/usr/lib/libhidapi-hidraw.so.0
but running box64 results in the error Error loading needed lib libhidapi-hidraw.so.0.
This lib is not wrapped, and a x86_64 one not founded
This lib is not wrapped, and a x86_64 one not founded
Will it be added in the future? Do I need to close this issue? For now, I won't actually use this library, it's just that the software requires it. Currently, I can solve the problem by copying libhidapi-hidraw.so.0 to the directory separately.
I don't know if it will be wrapped in the future, probably yes.
Okay, I'll keep this issue open for now, and close it later if it's no longer needed or fixed.