Unix Programming - Re: libstdc: no such file or directory

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > October 2004 > Re: libstdc: no such file or directory





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: libstdc: no such file or directory
manu

2004-10-21, 8:46 pm

Well, when you compiled your program you got dynamic binary. This
binary is dependent on shared objects (something similar to dlls in
windows). When you run this program, these shared objects are searched
for by Unix.

That's where your program is failing. You should check with your
sys-admin to find out if libstdc++ is insalled n your system or not.
If he says yes, then find out the path from him and set your
LD_LIBRARY_PATH to include that path.
Cheers!
-Manu
-----------------
Manu Garg
http://www.freezope.org

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com