Forum Topic - Environments variables:
   
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