Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Joost Witteveen
On 07/04/2008, Haines Brown <[EMAIL PROTECTED]> wrote: > "Joost Witteveen" <[EMAIL PROTECTED]> writes: > > >> > ldd /usr/bin/gmfsk > >> > >> > >> $ ldd /usr/bin/gmfsk | grep libstdc > >> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb738e000) > >> > >> So, since I had libstsdc++.s

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Haines Brown
"Joost Witteveen" <[EMAIL PROTECTED]> writes: >> > ldd /usr/bin/gmfsk >> >> >> $ ldd /usr/bin/gmfsk | grep libstdc >> libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb738e000) >> >> So, since I had libstsdc++.so.6 installed, and this is what it needs, >> why would installation of libstdc

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Haines Brown
Daniel Burrows <[EMAIL PROTECTED]> writes: > On Mon, Apr 07, 2008 at 06:48:37AM -0400, Haines Brown <[EMAIL PROTECTED]> > was heard to say: >> "Mumia W.." <[EMAIL PROTECTED]> writes: >> > Where did you get that copy of gmfsk from? >> >> A couple years ago I had to compile it from source, but I n

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Daniel Burrows
On Mon, Apr 07, 2008 at 06:48:37AM -0400, Haines Brown <[EMAIL PROTECTED]> was heard to say: > "Mumia W.." <[EMAIL PROTECTED]> writes: > > Where did you get that copy of gmfsk from? > > A couple years ago I had to compile it from source, but I now see that > it is a deb package. The package is wh

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Joost Witteveen
> > ldd /usr/bin/gmfsk > > > $ ldd /usr/bin/gmfsk | grep libstdc > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb738e000) > > So, since I had libstsdc++.so.6 installed, and this is what it needs, > why would installation of libstdc++.so.5 enabled it to work? If it were to happen to me

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Haines Brown
fine. But when I go to run it, I get, as either root or user: >> >> gmfsk: error while loading shared libraries: libstdc++.so.5: cannot >> open shared object file: No such file or directory >> >> The application uses libstdc++6 >= 4.1.0, but the error sugges

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Haines Brown
Kamaraju S Kusumanchi <[EMAIL PROTECTED]> writes: >> The application uses libstdc++6 >= 4.1.0, but the error suggests it is >> turning instead to libstdc++.so.5. > > What is the application you are talking about? How are you sure it uses only > libstdc++6? Is libstdc++6 installed on your machine?

Re: error while loading shared libraries: libstdc++.so.5

2008-04-07 Thread Mumia W..
On 04/06/2008 08:45 PM, Haines Brown wrote: This a common error message, but a search on line didn't resolve it. I'm running debian etch. I installed an application, gmfsk, deb, which went fine. But when I go to run it, I get, as either root or user: gmfsk: error while load

Re: error while loading shared libraries: libstdc++.so.5

2008-04-06 Thread Kamaraju S Kusumanchi
Haines Brown wrote: > This a common error message, but a search on line didn't resolve it. > > I'm running debian etch. I installed an application, gmfsk, deb, which > went fine. But when I go to run it, I get, as either root or user: > > gmfsk: error while loadi

error while loading shared libraries: libstdc++.so.5

2008-04-06 Thread Haines Brown
This a common error message, but a search on line didn't resolve it. I'm running debian etch. I installed an application, gmfsk, deb, which went fine. But when I go to run it, I get, as either root or user: gmfsk: error while loading shared libraries: libstdc++.so.5: cannot o