I typically set this in my .bashrc.   This is out of habbit from my Solaris
desktop days, where I ran fvwm.  Fvwm needed access to some shared libraries
and I didn't have root permissions on the system to drop the libraries into
/lib.  So, I dropped them in ~/lib, edited my .bashrc and all was well.

These days, I do a lot of JNI (Java's Native Interface) programming, and
need to tweak LD_LIBRARY_PATH for each JDK that I work with.  Editing the
LD_LIBRARY_PATH entry in .bashrc and sourcing it (. ~/.bashrc) is part of my
daily routine.

If you want to make the variable more global to users, put an
LD_LIBRARY_PATH entry in the global bash_profile.

YMMV.

-Paul
------Original Message------
From: "Carl B. Constantine" <[EMAIL PROTECTED]>
To: SLU <[EMAIL PROTECTED]>
Sent: November 11, 2000 5:50:45 PM GMT
Subject: Re: [SLU] LD_LIBRARY_PATH


On 11/11/2000 09:13, Jim Ray at [EMAIL PROTECTED] wrote:

> In /etc/ld.so.conf there is a listing of available libraries.  You can
edit
> this
> file and add libraries if you wish.  And then run the command ldconfig as
root
> to update the listing.
>
> Hope this helps.

I know about that, but where is the VARIABLE set? It seem sit should be
somewhere. Where is it?

--
________________________________________________________________________
__   _                                           Carl B. Constantine
/ /  (_)__  __ ____  __                            [EMAIL PROTECTED]
/ /__/ / _ \/ // /\ \/ /  (2.2.14)                       ICQ: 26351441
/____/_/_//_/\_ _/ /_/\_\  Stormix 2000
PGP key available on request
"On the net, no one knows you're a Duck!"
________________________________________________________________________


_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Paul Gray
----------------------------------------
Warranty void if Penguin is broken
----------------------------------------
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup

_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to