I'm trying to run a proram called Realflow, it's a demo version, and when tried to run it gives me an error when launching ./realflow
strings: 'usr/lib/x86_64-linux-gnu/libstdc++.so.6': No such file
I search for this error and seems to be common, but cannot fix it, could someone explain me how to make it run? Thanks in advance
I'm on Ubuntu 18.04
It looks like libstdc++ isn't installed. Try installling it by
sudo apt install libstdc++6