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. libGLESv2.so.2: cannot open shared object file: No such file or directory

libGLESv2.so.2: cannot open shared object file: No such file or directory

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

    When deploying, libGLESv2.so.2: cannot open shared object file: No such file or directory error occurs.

    I don't know what could be the cause. Do you have any concrete plans?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      John Doe1
      wrote on last edited by
      #2

      You should install this packet to your system. For example apt-get install libGLESv2 from terminal. And try again.

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

        What is the package name?
        sudo apt-get install libGLESv2
        It says package name not found.

        sudo apt-get install -y libgles2-mesa-dev
        It is already installed up to date.

        J 1 Reply Last reply
        0
        • I IknowQT

          What is the package name?
          sudo apt-get install libGLESv2
          It says package name not found.

          sudo apt-get install -y libgles2-mesa-dev
          It is already installed up to date.

          J Offline
          J Offline
          John Doe1
          wrote on last edited by
          #4

          @IknowQT try install libegl1-mesa
          sudo apt-get install libegl1-mesa

          1 Reply Last reply
          0
          • J Offline
            J Offline
            John Doe1
            wrote on last edited by
            #5

            @IknowQT also you can try this solution
            https://www.indilib.org/forum/general/2402-problem-with-libglesv2-so-2-on-odroid-xu4.html

            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