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. No libgobject-2.0.so.0 when run GUI aplication
Forum Updated to NodeBB v4.3 + New Features

No libgobject-2.0.so.0 when run GUI aplication

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 981 Views 3 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.
  • C Offline
    C Offline
    column
    wrote on last edited by
    #1

    Hello,

    I have compiled qt widget GUI application on Centos 6.9 32 bit and trying to run on Centos 7 64 bit machine. I have copied required QT libraries, but when I try to run application I have error:

    error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
    

    How to solve this problem?

    Pablo J. RoginaP 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      maybe its in unexpected place ?
      try
      locate libglib-2.0.so.0
      if not found
      Install it via the yum or similar.

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

        Hi,

        You should also consider using linuxdepoyqt if you'd like to provide your application on other distributions.

        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
        2
        • C column

          Hello,

          I have compiled qt widget GUI application on Centos 6.9 32 bit and trying to run on Centos 7 64 bit machine. I have copied required QT libraries, but when I try to run application I have error:

          error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
          

          How to solve this problem?

          Pablo J. RoginaP Offline
          Pablo J. RoginaP Offline
          Pablo J. Rogina
          wrote on last edited by
          #4

          @column said in No libgobject-2.0.so.0 when run GUI aplication:

          Centos 6.9 32 bit and trying to run on Centos 7 64 bit machine

          Please check the previous suggestions. It looks like a known issue on some 64 bit platforms.

          Upvote the answer(s) that helped you solve the issue
          Use "Topic Tools" button to mark your post as Solved
          Add screenshots via postimage.org
          Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

          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