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. Problems with libQtOpenGL.so.4.8.7

Problems with libQtOpenGL.so.4.8.7

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 2 Posters 1.2k 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.
  • J Offline
    J Offline
    jjgiblin
    wrote on last edited by
    #1

    I've been working on modifications for several linux programs; working on Linux Mint 18.2.
    A number of programs, including Okular, Octave and FreeCad, give me the same error when I try to run them. I haven't changed these programs at all, but I have added qt version 5 to my machine. The particular error in all three is:
    symbol lookup error: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4: undefined symbol: _ZNK14QWidgetPrivate17hasHeightForWidthEv
    libQtOpenGL.so.4 is merely a symlink to libQtOpenGL.so.4.8.7, in the same folder.
    I've checked both libraries with readelf -Ws and nm -D, and both commands show that symbol as present.
    I also have Qt 4.4 and Qt5.5 in other directories, but these all have that symbol defined.
    Any clues on how to resolve this?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How did you install both versions of Qt ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jjgiblin
        wrote on last edited by
        #3

        Qt4 was included with the Linux Mint 18.2 when I installed it. I added Qt5 by downloading qt-opensource-linux-x64 from the qt.io archive site. Not sure, but I think the problems began occurring after I installed Qt5

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          And where does your Qt 4.4 come from ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

            also from the qt.io archive site

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Qt 4.8.7 being already outdated and having reached end of life, why are you using Qt 4.4 ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • J Offline
                J Offline
                jjgiblin
                wrote on last edited by
                #7

                Why are all three versions now having this same problem, and why did this problem show up after I installed the latest stable version (at the time).?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  I don't know. What I would do is to remove all non-system versions you install and check if you still have that problem.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  1

                  • Login

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