Posts: 505
Threads: 48
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2011
Reputation:
0
My VPS with CentOS 6.4 have the following problem:
./Connector
./Connector: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4
Of course its a problem of libstdc++.so.6, anyone knows how to fix it?
-We tried to downgrade
-We tried to Re-Install it
-We tried to Change it for another 1
But still nothing...
Posts: 256
Threads: 14
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2012
Reputation:
0
like i say you in the shoutbox: look like the lib are missing run this command: yum install libstdc++.so.6
Posts: 224
Threads: 23
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Aug 2011
Reputation:
0
Try this from a shell:
ls -la /usr/lib/libstd*
and put here your output;
It seems you have a wrong libstdc++ lib (or wrong symlink) in according of your system.