sbcgua / sap-nw-abap-vagrant

Vagrant config for SAP NW developer edition
46 stars 15 forks source link

Error: libstdc++: shared library not found #16

Open Nemoxur opened 3 years ago

Nemoxur commented 3 years ago

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?

sbcgua commented 3 years ago

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

Nemoxur commented 3 years ago

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