No libgobject-2.0.so.0 when run GUI aplication
Unsolved
General and Desktop
-
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?
-
Hi
maybe its in unexpected place ?
try
locate libglib-2.0.so.0
if not found
Install it via the yum or similar. -
Hi,
You should also consider using linuxdepoyqt if you'd like to provide your application on other distributions.
-
@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.