From: David G. <dav...@gm...> - 2024-10-24 07:13:49
|
Instead of downloading libusb's source just install it with apt-get: sudo apt-get install libusb-1.0-0-dev --David On Thu, Oct 24, 2024, 12:09 AM Tim Roberts <ti...@pr...> wrote: > On 10/23/24 10:11 PM, Swati Agarwal via libusb-devel wrote: > > > > getting below error while installing it--- > > > > error while loading shared libraries: libcgmanager.so.0: cannot open > shared object file: No such file or directory > > > > sudo apt-get install libcgmanager > > apt-get: error while loading shared libraries: libcgmanager.so.0: cannot > open shared object file: No such file or directory > > Did you search for this at all before asking? You need to install the > libcgmanager0 package: > > > https://askubuntu.com/questions/715714/error-loading-shared-libraries-libcgmanager-so-0-no-such-file-or-directory > -- > > Tim Roberts, ti...@pr... > > _______________________________________________ > libusb-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/libusb-devel > |