[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2010-02-01 Thread ceg
Thanks for the pointer! -- LD_LIBRARY_PATH settings in /etc/profile lost https://bugs.launchpad.net/bugs/367814 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2010-01-30 Thread Hendy Irawan
The real bug in this case is bug #366728. It is specific to LD_LIBRARY_PATH, and not other environment variables. For example, if you set some environment variable in your /etc/profile or ~/.profile, most likely the software will detect it. However, LD_LIBRARY_PATH even if set in

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2009-05-21 Thread ceg
PAM may be more appropriate then shell rc files (etc/pam.d) -- LD_LIBRARY_PATH settings in /etc/profile lost https://bugs.launchpad.net/bugs/367814 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2009-05-21 Thread ceg
See man pam_env, /etc/security/pam_env.conf and /etc/environment for a solution to your problem. If gdm used to source /etc/profile, and now stopped this misbehaviour, that is good. -- LD_LIBRARY_PATH settings in /etc/profile lost https://bugs.launchpad.net/bugs/367814 You received this bug

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2009-05-21 Thread ceg
Hope the solution above helps to understand this bug as invalid? Shell config files are supposed to work only for (even specific) shells, pam is more a global method. ** Changed in: ubuntu Status: New = Invalid -- LD_LIBRARY_PATH settings in /etc/profile lost

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2009-05-21 Thread ceg
Hope the solution above helps to understand this bug as invalid? Shell config files are supposed to work only for (even specific) shells, pam is more a global method. -- LD_LIBRARY_PATH settings in /etc/profile lost https://bugs.launchpad.net/bugs/367814 You received this bug notification

[Bug 367814] Re: LD_LIBRARY_PATH settings in /etc/profile lost

2009-04-29 Thread teju
Hi microbug, Can you try putting this line 'export LD_LIBRARY_PATH=some_path' into the file /etc/bash.bashrc file and then checking whether still you get a blank for '$LD_LIBRARY_PATH' or not? Seems to be a bash related issue. Hence marking it as 'bash'... -- LD_LIBRARY_PATH settings in