node.js - node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory -


node node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: no such file or directory  echo $ld_library_path /usr/lib:/usr/local/lib  find /usr/lib -name libstdc++.so.6 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 

i appear have libstdc++.so.6 installed , in ld_library_path node still can't seem see it. doing wrong? on server sudo not possible node install local in ~/.local/bin


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -