Whenever I am trying to start genymotion(run command ./genymotion), the following error shown in my terminal
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc+
Execute the following 5 steps to solve it:
LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install gcc-4.9 g++-4.9
In my case this method worked like a charm.