Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Les Mikesell
Filipe Brandenburger wrote: > Hi, > > On Mon, Jun 8, 2009 at 16:42, Gary Greene wrote: >> I'm surprised that since it installs in a non-standard location that it >> doesn't create a /etc/ld.so.conf.d/ conf file. In that case it's a simple >> drop-in file that only requires ldconfig to be run aft

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Filipe Brandenburger
Hi, On Mon, Jun 8, 2009 at 16:42, Gary Greene wrote: > I'm surprised that since it installs in a non-standard location that it > doesn't create a /etc/ld.so.conf.d/ conf file. In that case it's a simple > drop-in file that only requires ldconfig to be run after the package > installation I

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Gary Greene
a Networks, Inc. Cell: (650) 704-6633 Phone: (408) 240-1239 > -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Filipe Brandenburger > Sent: Monday, June 08, 2009 12:26 PM > To: CentOS mailing list > Subject: Re: [Cent

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Gary Greene
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Louis Lagendijk > Sent: Monday, June 08, 2009 12:21 PM > To: CentOS mailing list > Subject: Re: [CentOS] Cannot get LD_LIBRARY_PATH to work > under NX (freenx) &g

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Filipe Brandenburger
Hi, On Mon, Jun 8, 2009 at 15:04, Andrzej Szymanski wrote: > However, moving this to .bashrc is a workaround. If I log in graphically > to the console the LD_LIBRARY_PATH from .bash_profile is set correctly. > It is unset only on NX session (and the other settings from > .bash_profile are set prop

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Jeff
On Mon, Jun 8, 2009 at 2:04 PM, Andrzej Szymanski wrote: > Filipe Brandenburger wrote: >> Hi, >> >> On Mon, Jun 8, 2009 at 14:38, Andrzej Szymanski wrote: >>> Everything works fine under standard ssh login, but under NX client the >>> LD_LIBRARY_PATH variable is missing (the R_HISTSIZE is exported

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Louis Lagendijk
On Mon, 2009-06-08 at 21:04 +0200, Andrzej Szymanski wrote: > Thanks for a fast resolution. > > However, moving this to .bashrc is a workaround. If I log in graphically > to the console the LD_LIBRARY_PATH from .bash_profile is set correctly. > It is unset only on NX session (and the other sett

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Andrzej Szymanski
Filipe Brandenburger wrote: > Hi, > > On Mon, Jun 8, 2009 at 14:38, Andrzej Szymanski wrote: >> Everything works fine under standard ssh login, but under NX client the >> LD_LIBRARY_PATH variable is missing (the R_HISTSIZE is exported properly). >> >> Any hints? > > This is probably not related t

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Filipe Brandenburger
Hi, On Mon, Jun 8, 2009 at 14:38, Andrzej Szymanski wrote: > Everything works fine under standard ssh login, but under NX client the > LD_LIBRARY_PATH variable is missing (the R_HISTSIZE is exported properly). > > Any hints? This is probably not related to NX, but to the terminal emulator you are

[CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Andrzej Szymanski
Hello, I'm trying to get the LD_LIBRARY_PATH set from .bash_profile (Centos 5.3 fully updated). This is a part of my .bash_profile: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/szyman/omnet/omnetpp-2.3p1/lib export R_HISTSIZE=20 Everything works fine under standard ssh login, but unde