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. :-1: warning: libicui18n.so.56, needed by /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so, not found (try using -rpath or -rpath-link)
Forum Updated to NodeBB v4.3 + New Features

:-1: warning: libicui18n.so.56, needed by /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so, not found (try using -rpath or -rpath-link)

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.6k 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.
  • I Offline
    I Offline
    In Fo
    wrote on last edited by
    #1

    There is a historic project here that I had worked on a few years back under Qt 5.11.
    Now that I have to make a few changes, I am trying to set up Qt on this Fedora Linux machine that I use. For whatever reason Qt 5.11 is no longer available for d/l...
    I tried 5.12 and ever version up to 5.15 but none of them allows me to build the project due to the warning in the subject followed by undefined reference errors that follow...
    v. 56 is not available from Fedora repos. It is now on v.57 of ICU library.
    How is this supposed to work?

    JKSHJ 1 Reply Last reply
    0
    • I In Fo

      There is a historic project here that I had worked on a few years back under Qt 5.11.
      Now that I have to make a few changes, I am trying to set up Qt on this Fedora Linux machine that I use. For whatever reason Qt 5.11 is no longer available for d/l...
      I tried 5.12 and ever version up to 5.15 but none of them allows me to build the project due to the warning in the subject followed by undefined reference errors that follow...
      v. 56 is not available from Fedora repos. It is now on v.57 of ICU library.
      How is this supposed to work?

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @In-Fo said in :-1: warning: libicui18n.so.56, needed by /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so, not found (try using -rpath or -rpath-link):

      For whatever reason Qt 5.11 is no longer available for d/l

      It is: http://download.qt.io/new_archive/qt/5.11/

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • I Offline
        I Offline
        In Fo
        wrote on last edited by In Fo
        #3

        When I am saying that it is not, I am merely conveying the information that I see in the d/l list of the Qt Maintenance Tool. It is not there. The list jumps from 5.9 to 5.12.
        I am ready to believe that somewhere on the Internet there are 5.11 files, but they are not included in the official maintenance tool.
        Then again, if 5.12 requires v. 56 while only v. 57 is available, how is 5.11 going to help me?

        JKSHJ 1 Reply Last reply
        0
        • I In Fo

          When I am saying that it is not, I am merely conveying the information that I see in the d/l list of the Qt Maintenance Tool. It is not there. The list jumps from 5.9 to 5.12.
          I am ready to believe that somewhere on the Internet there are 5.11 files, but they are not included in the official maintenance tool.
          Then again, if 5.12 requires v. 56 while only v. 57 is available, how is 5.11 going to help me?

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @In-Fo said in :-1: warning: libicui18n.so.56, needed by /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so, not found (try using -rpath or -rpath-link):

          if 5.12 requires v. 56 while only v. 57 is available, how is 5.11 going to help me?

          I guess it won't.

          But anyway, there should be a copy of libicu18n.so.56 in /home/use0/Qt/5.15.1/gcc_64/lib/ (At least it's there when I installed Qt 5.12.9 using the offline installer). See if you can get your libraries to link to that instead of Fedora's version.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • I Offline
            I Offline
            In Fo
            wrote on last edited by
            #5

            Sorry, but I do not follow. What does it mean "to get" and which libraries are "mine"?
            It is not clear what steps have to be taken to arrive at a working Qt installation.

            JKSHJ 1 Reply Last reply
            0
            • I In Fo

              Sorry, but I do not follow. What does it mean "to get" and which libraries are "mine"?
              It is not clear what steps have to be taken to arrive at a working Qt installation.

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @In-Fo said in :-1: warning: libicui18n.so.56, needed by /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so, not found (try using -rpath or -rpath-link):

              which libraries are "mine"?

              By "your libraries", I meant the Qt libraries that you installed via the Maintenance Tool. I called it "yours" as opposed to "Fedora's" because it was put there by you instead of Fedora's package manager.

              What does it mean "to get"

              How familiar are you with dynamically linking libraries on Linux? Have you used tools like ldd and rpath and chrpath before?

              /home/use0/Qt/5.15.1/gcc_64/lib/libQt5Core.so is supposed to link to /home/use0/Qt/5.15.1/gcc_64/lib/libicu18n.so.56. It's not clear to me why it is not happening on your machine, so you need to investigate to find out why. Then, you need to make libQt5Core.so link to libicu18n.so.56.

              But first: If you installed Qt via the maintenance tool, that means you also installed the Qt Creator IDE. Are you able to launch Qt Creator?

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0

              • Login

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