Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Missing library libHCI.so.1
Qt 6.11 is out! See what's new in the release blog

Missing library libHCI.so.1

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 496 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #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 1

    q6@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 127

    q6@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 ?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by ChrisW67
      #2

      It means that no file with that name exists on the system.
      It is unlikely that any library file will have a name ending with a colon (:)

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved