sap-nw-abap-vagrant
sap-nw-abap-vagrant copied to clipboard
Error: libstdc++: shared library not found
Script version: c95e4ee99a5b9ca25fc1d4d872bdc0b9 /vagrant/distrib/install.sh Running on tested distribution ubuntu Error: libstdc++: shared library not found The following packages can provide the missing dependencies: libstdc++6 Do you want to install the packages via your manager? yes/no:
What can you do about it?
try editing this file: https://github.com/sbcgua/sap-nw-abap-vagrant/blob/master/scripts/provision/pre_install.sh#L23
remove the comment at line 24 and append it to line 3 (without +)
So the full line would be sudo apt-get -y -q --no-install-recommends install mc csh libaio1 unrar expect libstdc++6
It happens some times, I'm not sure why. I saw the same mistake when I'd got an error during installation and tried re-running on the same instance. Anyway, just try the above
Everything worked out. Thank you for the hard work you have done.