Page 1 of 1

Problem while running binaries after installation

Posted: Thu Jan 31, 2013 6:48 pm
by p40515
Hello dear admin

this is my problem after installation:
I compiled the source package and installed all programs on my machine without any trouble,but after that it came an error as below after running EACH binary like geopsy,dinver,gpdc and etc.

[p40515@p40515 ~]$ geopsy
geopsy: symbol lookup error: /home/p40515/Geophysics/Geopsy/lib/libQGpGuiTools.so.1: undefined symbol: _ZN12QApplication10commitDataER15QSessionManager


OS:fc16 x86
please help me if you can
thanks again

Re: Problem while running binaries after installation

Posted: Tue Jan 28, 2014 10:07 am
by admin
Can you post the result of 'ldd geopsy'?
It prints the library dependency of any library or executable.
There is probably a conflict between different Qt libraries.