Re: where can i find the LD_LIBRARY_PATH
- From: Timothy Flechtner <Timothy Flechtner tellabs com>
- To: Gregory Babusiaux <gbabusia ulb ac be>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: where can i find the LD_LIBRARY_PATH
- Date: Tue, 12 Mar 2002 16:04:33 -0600
LD_LIBRARY_PATH is an environmental variable (meaning its kept in memory
by the operating system). to examin its current value, type:
"echo $LD_LIBRARY_PATH"
(don't type the quotes)
you can modify it from the unix prompt, and the syntax for doing so
depends on what shell you are using. you can find out what shell you are
using by typing 'echo $SHELL'.
if you are using bash / ksh / sh, type "export LD_LIBRARY_PATH={path}"
again no quotes, and replace {path} with the path you want.
if you are using csh/tcsh, type "setenv LD_LIBRARY_PATH {path}"
(no quotes, replace {path}).
-tim
On 2002.03.12 15:58 Gregory Babusiaux wrote:
Someone told me told set the LD_LIBRARY_PATH on my SUN station but i
don`t know where i can find it
can anyone help me
thanks for reading
greg, brussels, belgium
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
============================================================
The information contained in this message may be privileged
and confidential and protected from disclosure. If the
reader of this message is not the intended recipient, or an
employee or agent responsible for delivering this message to
the intended recipient, you are hereby notified that any
reproduction, dissemination or distribution of this
communication is strictly prohibited. If you have received
this communication in error, please notify us immediately by
replying to the message and deleting it from your computer.
Thank you.
Tellabs
============================================================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]