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. error: cannot find -llzma
Qt 6.11 is out! See what's new in the release blog

error: cannot find -llzma

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 2.5k Views
  • 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.
  • N Offline
    N Offline
    nadimfnadaf
    wrote on last edited by nadimfnadaf
    #1

    I tried to run my application but this error shows. " cannot find -llzma "

    Ubuntu 18.04
    Qt : 5.8.0

    Any Idea?

    Christian EhrlicherC jsulmJ 2 Replies Last reply
    0
    • jsulmJ jsulm

      @nadimfnadaf said in error: cannot find -llzma:

      Any Idea?

      Install liblzma library on your system.

      N Offline
      N Offline
      nadimfnadaf
      wrote on last edited by
      #4

      @jsulm I tried "sudo apt-get install -y liblzma-dev" , It Works

      1 Reply Last reply
      0
      • N nadimfnadaf

        I tried to run my application but this error shows. " cannot find -llzma "

        Ubuntu 18.04
        Qt : 5.8.0

        Any Idea?

        Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @nadimfnadaf said in error: cannot find -llzma:

        I tried to run my application but this error shows. " cannot find -llzma "

        This makes no sense since this is a linker error,nnot an erorr when you're running your application.
        You try to link to lzma but the linker can not find the appropriate lib - make sure it's available and you pass the correct path to the linker so it can be found.

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        0
        • N nadimfnadaf

          I tried to run my application but this error shows. " cannot find -llzma "

          Ubuntu 18.04
          Qt : 5.8.0

          Any Idea?

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

          @nadimfnadaf said in error: cannot find -llzma:

          Any Idea?

          Install liblzma library on your system.

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

          N 1 Reply Last reply
          0
          • jsulmJ jsulm

            @nadimfnadaf said in error: cannot find -llzma:

            Any Idea?

            Install liblzma library on your system.

            N Offline
            N Offline
            nadimfnadaf
            wrote on last edited by
            #4

            @jsulm I tried "sudo apt-get install -y liblzma-dev" , It Works

            1 Reply Last reply
            0
            • N nadimfnadaf has marked this topic as solved on

            • Login

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