Re: Setting LD_LIBRARY_PATH on a per-user basis during login

2017-06-19 Thread Greg Wooledge
On Sun, Jun 18, 2017 at 01:52:05PM +0200, Martin R. Neuhaeusser wrote: > it should be enough to set the environment variable in $HOME/.profile. > > And this really works flawlessly for non-graphical logins. For graphical (display manager) logins, see . > The fir

Setting LD_LIBRARY_PATH on a per-user basis during login

2017-06-18 Thread Martin R. Neuhaeusser
logins. Is it really expected behaviour that by default, all setting in .profile are ignored for graphical logins whereas they are evaluated for non-grahical ones? But sadly, the story for setting LD_LIBRARY_PATH on a per-user basis does not end here. And this leads me to my actual question

Re: setting LD_LIBRARY_PATH

2000-06-09 Thread Joseph de los Santos
thanks but that didn't seem to work. I still can't see it in my ld_library_path using ldd /bin/bash. any other suggestions? > On Thu, Jun 08, 2000 at 11:27:02PM +, Joseph de los Santos wrote: > > seeing in the list recently. I would like to know how to set my > > LD_LIBRARY_PATH to say, add

setting LD_LIBRARY_PATH

2000-06-09 Thread Joseph de los Santos
Hello, My question is a rather simple one compared to the questions I seem to be seeing in the list recently. I would like to know how to set my LD_LIBRARY_PATH to say, add a $PWLIBDIR/lib to my LD_LIBRARY_PATH environment variable. thanks.