[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-12-15 Thread clanmills
There is something very mysterious about LD_LIBRARY_PATH. It most certainly appears to be unset during startup. I've tried all the usual places /etc/profile and so on. I can set it in ~/.profile - however that's only effective when I for the bash shell. Processes started by the Windows Manager

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-12-15 Thread clanmills
In the file /etc/environment, I've added LD_LOVELY_PATH and LD_LIBRARY_PATH. LD_LOVELY_PATH survives startup. Somebody is removing LD_LIBRARY_PATH. 508 /home/rmills cat /etc/environment PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LD_LOVELY_PATH=/usr/local/lib

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-11-12 Thread Alvin
The same happens in kubuntu (KDM). ssh sessions to the server will set the LD_LIBRARY_PATH (set in .cshrc here). When using the server over XDMCP will not set LD_LIBRARY_PATH. As a workaround, I added the path to konsole (Settings - Edit Current Profile - Environment) -- LD_LIBRARY_PATH not

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-10-30 Thread SiLeNcE
I have the same problem And because of the introduction of the new gdm my session also doesn't source my ~/.xsessionrc file anymore. That's where I used to set all my session-wide environment variables previously. Something that one could potentially do is add some userspace directory like

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-10-22 Thread SaNuke
This problem still actual in ubuntu 9.10 karmic. export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH don't work in my ~/.profile. -- LD_LIBRARY_PATH not loads from .profile https://bugs.launchpad.net/bugs/366728 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-05-08 Thread Zed
I have another system that has the same setup, except it was installed with Wubi to 8.10, and then upgraded to 9.04. It is also 64 bit. I have the same problem with this system. I think this issue is important, because any programs installed in user space, that uses shared libraries also

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-05-06 Thread lixo1
There is no way to set LD_LIBRARY_PATH as global GNOME variable, So please fix it, Thank you very much -- LD_LIBRARY_PATH not loads from .profile https://bugs.launchpad.net/bugs/366728 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-27 Thread lixo1
Thank you Zed for your support, I tried to put it on .bashrc and it works if I open a bash terminal, but I cannot set it as a gnome global variable (.profile). Now if I open a terminal and I tape: source .profile , the LD_LIBRARY_PATH is set, but the bug remains. Quote LD_LIBRARY_PATH may be

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-26 Thread Zed
Same problem. Upgraded from 8.10 to 9.04 release. Not wubi installed. ~/.profile: if [ -d $HOME/lib ] ; then export LIBRARY_PATH=$HOME/lib export LD_LIBRARY_PATH=$HOME/lib fi when logging in on tty1 LD_LIBRARY_PATH is set. In gnome it is not set. Perhaps sourcing .profile in

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-26 Thread Zed
Also tried to create a fresh user account, add the above lines in ~/.profile, and log in in gdm. Same error still. -- LD_LIBRARY_PATH not loads from .profile https://bugs.launchpad.net/bugs/366728 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-26 Thread Zed
** Changed in: ubuntu Status: New = Confirmed -- LD_LIBRARY_PATH not loads from .profile https://bugs.launchpad.net/bugs/366728 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-26 Thread Zed
Is it related to this?: http://www.linuxquestions.org/questions/linux-general-1/exporting-ldlibrarypath-problem-509967/ -- LD_LIBRARY_PATH not loads from .profile https://bugs.launchpad.net/bugs/366728 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 366728] Re: LD_LIBRARY_PATH not loads from .profile

2009-04-26 Thread Zed
Found a workaround (or perhaps solution): Move the variable setting to ~./.bashrc: ~/.profile: if [ -d $HOME/lib ] ; then export LIBRARY_PATH=$HOME/lib fi ~/.bashrc: if [ -d $HOME/lib ] ; then export LD_LIBRARY_PATH=$HOME/lib fi sperlis said that LD_LIBRARY_PATH may be deleted for