This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Trouble executing an application that requires libstdc++.so.5
- From: Venu Satuluri <satuluri at cse dot ohio-state dot edu>
- To: tprince at myrealbox dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 4 Nov 2006 14:53:37 -0500 (EST)
- Subject: Re: Trouble executing an application that requires libstdc++.so.5
I am not sure if I understood you completely. The version I have - 3.0.4 -
is close to the latest one. The application I am trying to run was not
compiled with a libstdc++ newer than 3.0.4, I think. I don't have the
source of the package, so recompiling the source is not an option.
Venu
On Sat, 4 Nov 2006, Tim Prince wrote:
> Venu Satuluri wrote:
> > Hi everyone,
> >
> > An application 'pdemo' I am trying to execute gives the following error:
> > >$ ./pdemo
> > > ld.so.1: pdemo: fatal: libstdc++.so.5: open failed: No such file or
> > directory
> > > Killed
> >
> > So I put in a soft link to libstdc++.so.3.0.4 to the directory the app
> > is in and called it libstdc++.so.5 and set LD_LIBRARY_PATH to include '.'
>
> > Does anyone know how I can resolve these 'symbol not found' dependencies?
> > Cheers,
> > Venu
> >
> >
> It looks like you should update your installation, e.g. by installing
> the relevant g++ version from source, perhaps into a different path from
> where your ancient version is located.
>