From: Swati A. <swa...@qt...> - 2024-10-24 07:20:57
|
Hi Tim, As mentioned below, I tried to install it 1. 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 1. ldconfig -p | grep -i 'cgmanager' – its not present 1. sudo find / -iname 'libcmanager.so’* --- getting permission denied error, even with su I need to know how to install libcgmanager that will help ininstalling libusb library Regards, Swati From: Tim Roberts <ti...@pr...> Sent: Thursday, October 24, 2024 12:36 PM To: lib...@li... Subject: Re: [libusb] Need help in installing libusb library WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros. 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...<mailto:ti...@pr...> |