Re: error while loading shared libraries: libopenal.so.0

2009-06-13 Thread Aniruddha
On Thu, Jun 11, 2009 at 3:18 AM, David Fox wrote: > On Wed, Jun 10, 2009 at 11:32 AM, Aniruddha wrote: >> I try to install a 32-bit program in 64-bit Debian but I get the >> following message: 'error while loading shared libraries: > > Have you installed the 32-bit compatibility libraries? > > Anyt

Re: error while loading shared libraries: libopenal.so.0

2009-06-10 Thread David Fox
On Wed, Jun 10, 2009 at 11:32 AM, Aniruddha wrote: > I try to install a 32-bit program in 64-bit Debian but I get the > following message: 'error while loading shared libraries: Have you installed the 32-bit compatibility libraries? Anytime you manually install a library (and really, you should l

Re: error while loading shared libraries

2009-04-28 Thread frank
Hi Andrzej, On Tue, 2009-04-28 at 03:34 +0200, Andrzej wrote: > I just installed Lenny 64 and have problem with UPS software. There is no > debs, but script for so called other distros. I run it and seems to be ok. But > when I tried to run it i receive errror: "upsm: error while loading shared >

Re: error while loading shared libraries

2009-04-27 Thread Mr. Wang Long
On Tue, Apr 28, 2009 at 09:34, Andrzej wrote: > Hi, > > I just installed Lenny 64 and have problem with UPS software. There is no > debs, but script for so called other distros. I run it and seems to be ok. But > when I tried to run it i receive errror: "upsm: error while loading shared > librarie

Re: error while loading shared libraries

2009-04-27 Thread Sven Joachim
On 2009-04-28 03:34 +0200, Andrzej wrote: > I just installed Lenny 64 and have problem with UPS software. There is no > debs, but script for so called other distros. I run it and seems to be ok. But > when I tried to run it i receive errror: "upsm: error while loading shared > libraries: libstdc++

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
"Mumia W.." <[EMAIL PROTECTED]> writes: > 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

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 loading shared librarie

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 loading shared libraries: libstdc++.

Re: error while loading shared libraries

2007-06-16 Thread Daniel Burrows
On Fri, Jun 15, 2007 at 07:09:31PM +0200, Gilles Sadowski <[EMAIL PROTECTED]> was heard to say: > > One thing you could try would be something like this as root: > > > > strace -o /tmp/ls.strace -f su - "Broken" -c ls > > > > and then send ls.strace here. > > > > # strace -o ls.strace -f su

Re: error while loading shared libraries

2007-06-15 Thread Gilles Sadowski
Hi. [Sorry for starting a new thread (I deleted the wrong copy of the mail).] > > It would be interesting to see an strace of, e.g., ls trying to run > as a broken user. You might have to get a statically linked strace > to do this, though :-(. > > One thing you could try would be somethin

Re: error while loading shared libraries

2007-06-15 Thread Daniel Burrows
On Fri, Jun 15, 2007 at 12:15:07PM +0200, Gilles Sadowski <[EMAIL PROTECTED]> was heard to say: > > (I suspect it's more likely an environment > > variable -- the packaging system shouldn't mess with permissions on these > > directores -- but it would be nice to rule out any weirdness like that) >

Re: error while loading shared libraries

2007-06-15 Thread Gilles Sadowski
Hi. > > > that its for shure an acces denied, try creating a new user and do the > > > same and chek > > > if the problem persist, if it does, then this might be a bug. > > > > I created a new user account and this one is OK. > > So, if no actual solution is found, I'll have to remove the "broke

Re: error while loading shared libraries

2007-06-14 Thread Daniel Burrows
On Fri, Jun 15, 2007 at 12:20:15AM +0200, Gilles Sadowski <[EMAIL PROTECTED]> was heard to say: > > that its for shure an acces denied, try creating a new user and do the same > > and chek > > if the problem persist, if it does, then this might be a bug. > > I created a new user account and this

Re: error while loading shared libraries

2007-06-14 Thread Bob Proulx
Gilles Sadowski wrote: > How come that the search path is different for different user? Is LD_LIBRARY_PATH set? Other possibilities would be any of the LD_* variables. What does this show? If you find any variables, unset them, find where they are set and remove them. Does that fix things?

Re: error while loading shared libraries

2007-06-14 Thread Orestes leal
On Fri, 15 Jun 2007 00:20:15 +0200 Gilles Sadowski <[EMAIL PROTECTED]> wrote: > > > > > > > $ ldd $(which ls) > > > /bin/sh: error while loading shared libraries: libc.so.6: cannot open > > > shared object file: No such file or directory > > > /bin/bash: error while loading shared libraries: li

Re: error while loading shared libraries

2007-06-14 Thread Gilles Sadowski
> > > > $ ldd $(which ls) > > /bin/sh: error while loading shared libraries: libc.so.6: cannot open > > shared object file: No such file or directory > > /bin/bash: error while loading shared libraries: libdl.so.2: cannot open > > shared object file: No such file or directory > > > There!!, l

Re: error while loading shared libraries

2007-06-14 Thread Gilles Sadowski
> > > >After upgrading, I have the following problem when trying to execute some > >programs, e.g. "ls": > > > >$ ls > >ls: error while loading shared libraries: librt.so.1: cannot open shared > >object file: No such file or directory > > > >[Same problem with many other programs ("locate", "find",

Re: error while loading shared libraries

2007-06-14 Thread Orestes leal
On Thu, 14 Jun 2007 23:50:28 +0200 Gilles Sadowski <[EMAIL PROTECTED]> wrote: > > > > > > > I did a major upgrade (including "libc6"), had to rerun "apt-get upgrade" > > > several times. When I first noticed the problem, all users seemed to be > > > affected, then, when all packages were upgrade

Re: error while loading shared libraries

2007-06-14 Thread Gilles Sadowski
> > > > I did a major upgrade (including "libc6"), had to rerun "apt-get upgrade" > > several times. When I first noticed the problem, all users seemed to be > > affected, then, when all packages were upgraded, some accounts behaved > > correctly again, but not all! Weird indeed... > > > > And

Re: error while loading shared libraries

2007-06-14 Thread Jeff Goodman
Gilles Sadowski wrote: Hello. After upgrading, I have the following problem when trying to execute some programs, e.g. "ls": $ ls ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory [Same problem with many other programs ("locate", "f

Re: error while loading shared libraries

2007-06-14 Thread Orestes leal
On Thu, 14 Jun 2007 23:25:08 +0200 Gilles Sadowski <[EMAIL PROTECTED]> wrote: > > > > > > After upgrading, I have the following problem when trying to execute some > > > programs, e.g. "ls": > > > > > > $ ls > > > ls: error while loading shared libraries: librt.so.1: cannot open shared > > > obj

Re: error while loading shared libraries

2007-06-14 Thread Gilles Sadowski
> > > > After upgrading, I have the following problem when trying to execute some > > programs, e.g. "ls": > > > > $ ls > > ls: error while loading shared libraries: librt.so.1: cannot open shared > > object file: No such file or directory > > > > [Same problem with many other programs ("locate"

Re: error while loading shared libraries

2007-06-14 Thread Orestes leal
On Thu, 14 Jun 2007 22:54:51 +0200 Gilles Sadowski <[EMAIL PROTECTED]> wrote: > Hello. > > After upgrading, I have the following problem when trying to execute some > programs, e.g. "ls": > > $ ls > ls: error while loading shared libraries: librt.so.1: cannot open shared > object file: No such f

Re: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or di

2007-02-23 Thread Mankuthimma
Hi, Setting up kernel-image-2.4.27-2-386 (2.4.27-10sarge1) ... /bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory Failed to create initrd image. dpkg: error processing kernel-image-2.4.27-2-386 (--configure): subprocess post-i

Re: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

2005-09-19 Thread Jan Jaap Jansen
Hi, I am using Fedora Core 4 and I have the same problem...when opening xine I get the same error. I was wondering if you have already solved the problem and more important...HOW?? I did the trick cd /usr/lib # ln -s libcrypto.so.0.9.7 libcrypto.so.4 # ln -s libssl.so.0.9.7 libssl.so.4, but it did

Re: error while loading shared libraries: libXmuu.so.1:

2003-04-02 Thread James D Strandboge
On Wed, 2003-04-02 at 03:32, Zeno Davatz wrote: > Hi List > > Just upgraded my packages for Xwindows to unstable and downgraded them > again. Gnome 1.4 started fine with Startx. > > Gnome 2.2 gives me: > > error while loading shared libraries: libXmuu.so.1: > when I do startx > > ~/.xsession-e