Hi All,
get the following error when starting mysql-administrator,
[root@localhost bin]# ./mysql-administrator
./mysql-administrator-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
I did the following, as suggested by someone who had the same error,
ln -s /usr/local/lib/libstdc++.so.5 /usr/lib/libstdc++.so.5
But, still get the error above.
I tried to install via yum, but it says,
No Match for argument libstdc++.so.5
This is weird, I hadn't got this error for this app b4 2day. What am I missing..? Cheers.
Mark Sargent