Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CentOS 6 - libstdc++ no such file or directory? [closed]

Tags:

c++

centos

I'm trying to execute a game server, and whenever I do I receive the following error

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

I have absolutely no direction on what to do next. I really hope I can receive some help.

like image 713
Rbn Avatar asked May 18 '13 05:05

Rbn


Video Answer


1 Answers

Install the 32-bit LibC++.

yum install libstdc++.i686
like image 131
Ignacio Vazquez-Abrams Avatar answered Sep 23 '22 19:09

Ignacio Vazquez-Abrams