23 Jun
2011
23 Jun
'11
4:53 p.m.
hello, We are using crux operating system (version 2.3) I tried to execute an old c++ executable file and i received the following errors. ./filedelay-0.2: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./filedelay-0.2) ./filedelay-0.2: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./filedelay-0.2) I tried the following commands sudo mv libstdc++.so.6 libstdc++.so.6.orig sudo ln -s /usr/lib/libstdc++.so.6.0.14 libstdc++.so.6 But the error still continues. kindly help.