When I try to run my app on BeagleBone I get following error:
/home/debian/Desktop/myapp: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.15' not found (required by /usr/local/qt4.8.2-armhf/lib/libQtCore.so.4)
/home/debian/Desktop/myapp: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.15' not found (required by /usr/local/qt4.8.2-armhf/lib/libQtNetwork.so.4)
How to upgrade GLIBC
to version I need, or how to fix these 'not found' errors? How to check if I have GLIBC installed?
is it glibc -v?