On Fri, 2005-03-18 at 15:52 +0900, Mark Sargent wrote: > 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. No surprise, the line above doesn't make much sense. > I tried to install via yum, but it says, > > No Match for argument libstdc++.so.5 yum install compat-libstdc++ > This is weird, I hadn't got this error for this app b4 2day. What am I > missing..? Seems like compat-libstdc++ is missing on your systems. Ralf