I am trying to run an executable on Linux Mint 16 x64 that was compiled for Ubuntu 12 x64. The executable uses Qt 5.1.1 dynamically at runtime. I get an error message:
loaded the dummy plugin loaded the Linux plugin updating server status ./executableName: symbol lookup error: ./executableName: undefined symbol: _ZN18QXmlDefaultHandlerC2Ev
When i started
ldd executableName | grep "not found"
Search for missing dependencies. I get no result; all dynamic dependencies seem to be found, but the error of the undefined symbol above persists.
Thoughts?
linux qt linker shared-libraries symbol-table
Daniel Arnett
source share