hari78 Posted March 13, 2005 Share Posted March 13, 2005 (edited) while opening kile, i get the follwing error message kile: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory but libstdc++.so.6 is there in usr/llocal/lib any one, please instruct on what to do thanks in advance Edited March 13, 2005 by hari78 Link to comment Share on other sites More sharing options...
devries Posted March 13, 2005 Share Posted March 13, 2005 It probably look for libstdc++.so.6 in /usr/lib. Solution: link the file to /usr/lib. Open a console, log in as root and type: ln -s /usr/local/lib/libstdc++.so.6 /usr/lib Good luck. Link to comment Share on other sites More sharing options...
hari78 Posted March 13, 2005 Author Share Posted March 13, 2005 thank you. it works welll Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now