Re: Error while loading shared libraries: libstdc++.so.6

2018-04-04 Thread Joaquín Silva
ady had installed that library, libstdc++-4.8.5-16.el7_4.2.x86_64. > What else could be?. > > 2018-04-03 18:24 GMT-03:00 Ruslan Dautkhanov : > >> >> [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while >> loading shared libraries: libstdc++.so.6: >> >

Re: Error while loading shared libraries: libstdc++.so.6

2018-04-04 Thread Joaquín Silva
I already had installed that library, libstdc++-4.8.5-16.el7_4.2.x86_64. What else could be?. 2018-04-03 18:24 GMT-03:00 Ruslan Dautkhanov : > >> [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while > loading shared libraries: libstdc++.so.6: > >> cannot open s

Re: Error while loading shared libraries: libstdc++.so.6

2018-04-03 Thread Ruslan Dautkhanov
>> [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while loading shared libraries: libstdc++.so.6: >> cannot open shared object file: No such file or directory $ sudo yum install libstdc++.x86_64 would do? On Tue, Apr 3, 2018 at 3:09 PM, Joaquín Silva < joaq

Error while loading shared libraries: libstdc++.so.6

2018-04-03 Thread Joaquín Silva
Hello, I'm trying to build Zeppelin from source, but it keeps throwing this error: [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory This is the process that I followed: