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

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Javier
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Dec 13, 2013 1:03 pm

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

Post by Javier »

Problem with:

The command '"./samp03svr"'
failed. He returned error code 127 and ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
  as an error message.

VPS LINUX CENTOS 6.4
6 RAM 6 GB ETC

and put
yum install llibstdc + +
yum install llibstdc + +. so.6

etc.
: C
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

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

Post by Edge100x »

Is this a 32-bit executable? If so, you may need to install the 32-bit compatibility libs. (Though I thought we included them by default.)

The command should be:

Code: Select all

yum install glibc.i686
You might also have to run something like:

Code: Select all

yum install compat-libstdc++-33.i686
Javier
New to forums
New to forums
Posts: 5
Joined: Fri Dec 13, 2013 1:03 pm

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

Post by Javier »

Edge100x wrote:Is this a 32-bit executable? If so, you may need to install the 32-bit compatibility libs. (Though I thought we included them by default.)

The command should be:

Code: Select all

yum install glibc.i686
You might also have to run something like:

Code: Select all

yum install compat-libstdc++-33.i686
use WinSCP

I already did and did not work.

you did not install the 32-bit libraries Please buy it today and took 7 hours on the problem, I put 140 dollars in my account and VPS 100 :/

El command '"./samp03svr"'
ha fallado. Ha devuelto el código de error 127 y ./samp03svr: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
como mensaje de error.

Help Please! : C
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

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

Post by Edge100x »

Please copy and paste what these commands returned when you entered them.
Javier
New to forums
New to forums
Posts: 5
Joined: Fri Dec 13, 2013 1:03 pm

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

Post by Javier »

Edge100x wrote:Please copy and paste what these commands returned when you entered them.



Thanks the problem was resolved had to put the commands from the web control panel! thanks
Post Reply