Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Environments variables: (2 Items)
   
Environments variables  
Hi,

I'd like to spawn some executable at boot from rc.local with a LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/toto

I've made an export at the beginning of the script but it not seem to work...

Is there a way to setup de default LD_LIBRARY_PATH to all the system?


Michel PACILLI
Re: Environments variables  
On Tue, Jun 17, 2008 at 09:46:14AM -0400, michel pacilli wrote:
> Hi,
> 
> I'd like to spawn some executable at boot from rc.local with a LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/toto
> 
> I've made an export at the beginning of the script but it not seem to work...
> 
> Is there a way to setup de default LD_LIBRARY_PATH to all the system?
> 

setconf CS_LIBPATH $(getconf CS_LIBPATH):/extra/paths