sap-nw-abap-vagrant icon indicating copy to clipboard operation
sap-nw-abap-vagrant copied to clipboard

Error: libstdc++: shared library not found

Open Nemoxur opened this issue 4 years ago • 2 comments

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?

Nemoxur avatar Jan 05 '21 14:01 Nemoxur

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

sbcgua avatar Jan 05 '21 15:01 sbcgua

Everything worked out. Thank you for the hard work you have done.

Nemoxur avatar Jan 08 '21 04:01 Nemoxur