Page 1 of 1

0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 12:14 pm
by Daniel710
XnView: MP - 64 bit
OS: Linux, Xubuntu 14.04, 64 bit

XnView doesn't run after upgrading from 0.92 to 0.93. The error is:

Code: Select all

/opt/XnView/XnView: relocation error: /opt/XnView/lib/libQt5WebKit.so.5: symbol _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

Re: 0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 1:43 pm
by xnview
XnView is now built on ubuntu 16.04, you can try the appimage package

Re: 0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 1:55 pm
by Daniel710
The AppImage gives exactly the same error:

Code: Select all

/tmp/.mount_XnViewgrmN1x/usr/XnView/XnView: relocation error: /tmp/.mount_XnViewgrmN1x/usr/XnView/lib/libQt5WebKit.so.5: symbol _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference

Re: 0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 2:38 pm
by xnview
and by installing

Code: Select all

sudo apt-get install libstdc++6
?

Re: 0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 2:58 pm
by Daniel710
It's already installed. Maybe the AppImage was also built on Ubuntu 16.04?

Re: 0.93: libstdc++ relocation error

Posted: Tue Feb 05, 2019 3:52 pm
by xnview
Daniel710 wrote: Tue Feb 05, 2019 2:58 pm It's already installed. Maybe the AppImage was also built on Ubuntu 16.04?
yes