Missing library libHCI.so.1
-
I started getting this error and I am not sure how to resolve it.
I have build and run a project , then I made a copy , as usual , and received this error
when I build the copied project.
Then I went back to the source / original project and it would compile without errors but when I attempted to run it I have received SAME error - missing library. .Any help would be appreciated .
Missing library libHCI.so.1:
Table of Contents
/mnt/da659056-4bac-42bc-a335-54f4a3167ed0/MDI_WORK_COPY_FOLDER/WORKING_COPY_Nov28/MDI_BT_NOV_16/SOURCE/mdi/mdi: error while loading shared libraries: libHCI.so.1: cannot open shared object file: No such file or directory 1q6@q6-desktop:~$ sudo locate libHCI.so.1:
q6@q6-desktop:~$18:20:05: Starting /mnt/da659056-4bac-42bc-a335-54f4a3167ed0/MDI_WORK_COPY_FOLDER/WORKING_COPY_Nov28/MDI_BT_NOV_16/SOURCE/mdi/mdi...
/mnt/da659056-4bac-42bc-a335-54f4a3167ed0/MDI_WORK_COPY_FOLDER/WORKING_COPY_Nov28/MDI_BT_NOV_16/SOURCE/mdi/mdi: error while loading shared libraries: libHCI.so.1: cannot open shared object file: No such file or directory
18:20:05: /mnt/da659056-4bac-42bc-a335-54f4a3167ed0/MDI_WORK_COPY_FOLDER/WORKING_COPY_Nov28/MDI_BT_NOV_16/SOURCE/mdi/mdi exited with code 127q6@q6-desktop:~$ locate libz.so.1
/mnt/usb-Seagate_Expansion_NA833BDC-0:0-part6/usr/lib/x86_64-linux-gnu/libz.so.1
/mnt/usb-Seagate_Expansion_NA833BDC-0:0-part6/usr/lib/x86_64-linux-gnu/libz.so.1.2.11
/snap/core20/1634/usr/lib/x86_64-linux-gnu/libz.so.1
/snap/core20/1634/usr/lib/x86_64-linux-gnu/libz.so.1.2.11
/snap/core20/1695/usr/lib/x86_64-linux-gnu/libz.so.1
/snap/core20/1695/usr/lib/x86_64-linux-gnu/libz.so.1.2.11
/snap/snapd/17336/lib/x86_64-linux-gnu/libz.so.1
/snap/snapd/17336/lib/x86_64-linux-gnu/libz.so.1.2.8
/snap/snapd/17576/lib/x86_64-linux-gnu/libz.so.1
/snap/snapd/17576/lib/x86_64-linux-gnu/libz.so.1.2.8
/usr/lib/x86_64-linux-gnu/libz.so.1
/usr/lib/x86_64-linux-gnu/libz.so.1.2.11
q6@q6-desktop:~$q6@q6-desktop:~$ sudo apt-get install zlib1g
[sudo] password for q6:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
zlib1g is already the newest version (1:1.2.11.dfsg-2ubuntu9.2).
The following packages were automatically installed and are no longer required:
libflashrom1 libftdi1-2
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
q6@q6-desktop:~$Can somebody also interpret the following output :
q6@q6-desktop:~$ sudo locate libHCI.so.1:
q6@q6-desktop:~$What does such " blank response " means ?