Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QtWebEngine link errors
Forum Updated to NodeBB v4.3 + New Features

QtWebEngine link errors

Scheduled Pinned Locked Moved Unsolved QtWebEngine
6 Posts 4 Posters 5.1k Views 2 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
    ad5xj
    wrote on last edited by
    #1

    ad5xj Aug 31, 2020, 8:05 AM
    I recently upgraded Mint to version 20 and recompiled an older application running on Mint 19.3. Now it gives me a new error:

    /usr/bin/ld: /opt/Qt/5.15.1/gcc_64/lib/libQt5WebEngineCore.so: .dynsym local symbol at index 3 (>= sh_info of 3)
    I do have the WebKit and WebEngine modules installed from the repo. This has not happened before so...what is different on Mint 20 to cause this error.

    BTW The app runs fine if I just ignore the errors.

    Ken AD5XJ

    1 Reply Last reply
    1
    • Q Offline
      Q Offline
      QKelteseth
      wrote on last edited by
      #2

      I have the same issue on my Ubuntu 20.04 machine when compiling ScreenPlay

      1 Reply Last reply
      1
      • Q Offline
        Q Offline
        QKelteseth
        wrote on last edited by
        #3

        @ad5xj using the gold linker fixed it for me:

        https://bugreports.qt.io/browse/QTBUG-80964

        set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold")
        set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fuse-ld=gold")
        
        1 Reply Last reply
        1
        • A Offline
          A Offline
          ad5xj
          wrote on last edited by
          #4

          Since posting this last year there have been no reliable solutions. Even the bug report https://bugreports.qt.io/browse/QTBUG-80964 seems to blame Qt for the WebEngine link errors.

          So what is being done to resolve this? The gold linker does nothing on my Linux Mint 20.1 machine running v5.15.2. Is there a way to resolve the problem or is it just a fluke we should ignore.

          I do that but other users may not know it is harmless.

          Ken AD5XJ

          jsulmJ 1 Reply Last reply
          0
          • A ad5xj

            Since posting this last year there have been no reliable solutions. Even the bug report https://bugreports.qt.io/browse/QTBUG-80964 seems to blame Qt for the WebEngine link errors.

            So what is being done to resolve this? The gold linker does nothing on my Linux Mint 20.1 machine running v5.15.2. Is there a way to resolve the problem or is it just a fluke we should ignore.

            I do that but other users may not know it is harmless.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @ad5xj said in QtWebEngine link errors:

            So what is being done to resolve this?

            This is a question for Qt developers. You can ask them on their mailing list. Here we are in an user forum.

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • E Offline
              E Offline
              eton-esi
              wrote on last edited by
              #6

              I also got this error when using debian11 with Qt5.15.2

              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3)
              /usr/bin/ld: /home/eton/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
              
              1 Reply Last reply
              1
              • JonBJ JonB referenced this topic on

              • Login

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