Open ChitlangeSahas opened 2 years ago
This is an issue to submit a solution to when you get a libusb error:
libusb-0-1.so.4: cannot open shared object file: no such file or directory
sudo apt-get install libusb-0.1-4`
Running ldd ./coolwatcher inside /CSDK/cooltools revealed that I was missing the libusb-0.1-4 library.
ldd ./coolwatcher
/CSDK/cooltools
This is an issue to submit a solution to when you get a libusb error:
libusb-0-1.so.4: cannot open shared object file: no such file or directory
Solution:
Reason:
Running
ldd ./coolwatcher
inside/CSDK/cooltools
revealed that I was missing the libusb-0.1-4 library.