ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ld.so.1_error?


From: Arnaud Desitter
Subject: Re: ld.so.1_error?
Date: Wed, 15 Nov 2000 08:53:11 +0000 ()

> Dear knowledgable users,
> 
> my UNiX-ddd does not let me run my code, giving me the following error
> msg:
> 
> > Starting program: $HOME/./program
> > warning: Unable to find dynamic linker breakpoint function.
> > warning: GDB will be unable to debug shared library initializers
> > warning: and track explicitly loaded dynamic code.
> > ld.so.1: $HOME/./program: fatal: libmx.so: open failed: No such file or 
> > directory
> > 
> > Program terminated with signal SIGKILL, Killed.
> > The program no longer exists.
> 
> The program itself runs without problems. The file "libmx.so" is in a
> library directory that the compiler includes when compiling. Do I have
> to set some environment variable on UNiX ??
> 
> Thanks for any hint! (Might've got it: I'm ddd-newbie)
> Andreas

setenv LD_LIBRARY_BIND 1

You can check out as well
http://www.mozilla.org/unix/debugging-faq.html

Cheers,
Arnaud



reply via email to

[Prev in Thread] Current Thread [Next in Thread]