RE: LD_LIBRARY_PATH

2003-09-26 Thread Simpson, Doug
EXCELLENT! Thank you! -Original Message- From: Martin Mewes [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:01 PM To: [EMAIL PROTECTED] Subject: Re: LD_LIBRARY_PATH Howdy, Am Freitag, 26. September 2003 17:35 schrieb Simpson, Doug: > Where do I find the LD_LIBRARY_P

Re: LD_LIBRARY_PATH

2003-09-26 Thread Martin Mewes
Howdy, Am Freitag, 26. September 2003 17:35 schrieb Simpson, Doug: > Where do I find the LD_LIBRARY_PATH variable? > I need to change it or add it and I am not certain where it should > go. thanks, I just needed this for some user-amde rpms ;-) Just add your library-paths to # /etc/l

LD_LIBRARY_PATH

2003-09-26 Thread Simpson, Doug
Where do I find the LD_LIBRARY_PATH variable? I need to change it or add it and I am not certain where it should go. thanks, Doug -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

LD_LIBRARY_PATH does not work on RH9 ?

2003-09-14 Thread Mathieu Lacage
break, I used to think that my binaries in /opt/gnome2/bin did find their associated libs with the magic LD_LIBRARY_PATH I used in my .bashrc. However, recently, I built gnomemeeting and this binary did not work. More specifically, it segfaults at startup. I do not really know why but I suspect that it

Re: rpath and LD_LIBRARY_PATH

2003-07-08 Thread Gordon Messmer
Ajay Bansal wrote: What is the difference between rpath and LD_LIBRARY_PATH in terms of library search paths at link time? Which one is better to use. I was using LD_LIB... But my customer says.. Remove it.. Use somethinig else.. You're probably best off making your application a shell script

rpath and LD_LIBRARY_PATH

2003-07-02 Thread Ajay Bansal
Hi All What is the difference between rpath and LD_LIBRARY_PATH in terms of library search paths at link time? Which one is better to use. I was using LD_LIB... But my customer says.. Remove it.. Use somethinig else.. So??? Many thanks Ajay -- redhat-list mailing list unsubscribe mailto

Re: What does RH use for $LD_LIBRARY_PATH?

2001-02-09 Thread Mikkel L. Ellertson
On Fri, 9 Feb 2001, Jonathan Wilson wrote: > Howdy, > > I'm trying to install some stuff that references the system's lib > path. It states that common paths are $LD_LIBRARY_PATH and $LIBPATH > but I can't seem to find what to echo. I do know that those settings

What does RH use for $LD_LIBRARY_PATH?

2001-02-09 Thread Jonathan Wilson
Howdy, I'm trying to install some stuff that references the system's lib path. It states that common paths are $LD_LIBRARY_PATH and $LIBPATH but I can't seem to find what to echo. I do know that those settings are in /etc/ld.so.conf, but what variable is it s

FW: $LD_LIBRARY_PATH?

1998-04-20 Thread Bradley, Greg
> Where does $CD_LIBRARY_PATH get set, what should it be, and does it have anything to do with my problem? I think you mean LD_LIBRARY_PATH. It is meant to add directories to the elf linkers "usual place" definition. It could be the problem if it is looking for a precompiled elf

FW: $LD_LIBRARY_PATH?

1998-04-20 Thread Bradley, Greg
> Where does $CD_LIBRARY_PATH get set, what should it be, and does it have anything to do with my problem? I think you mean LD_LIBRARY_PATH. It is meant to add directories to the elf linkers "usual place" definition. It could be the problem if it is looking for a precompiled elf

$LD_LIBRARY_PATH?

1998-04-17 Thread Michael Jinks
>From the archives, I found what might be a solution to the glibc-never-compiles problem. Maybe. The problem I'm having is that source code from RH5 won't compile on an RH5 box; it always terminates with such-and-such .h file not found (even though I have copies all over my machine). Where does