Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X *SOLVED*

2012-01-13 Thread Osamu Aoki
On Fri, Jan 13, 2012 at 09:05:48AM +0100, Denny Schierz wrote: > hi, > > Am 12.01.2012 um 23:11 schrieb Andrei Popescu: > > > On Jo, 12 ian 12, 12:58:42, Denny Schierz wrote: > >> > >> What could be the problem? > > > > Your display manager doesn't source the system shell configuration > > fil

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X *SOLVED*

2012-01-13 Thread Denny Schierz
hi, Am 12.01.2012 um 23:11 schrieb Andrei Popescu: > On Jo, 12 ian 12, 12:58:42, Denny Schierz wrote: >> >> What could be the problem? > > Your display manager doesn't source the system shell configuration > files. If you need a solution per user put that stuff in ~/.xsessionrc > otherwise mo

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread Andrei Popescu
On Jo, 12 ian 12, 12:58:42, Denny Schierz wrote: > > What could be the problem? Your display manager doesn't source the system shell configuration files. If you need a solution per user put that stuff in ~/.xsessionrc otherwise move the file under /etc/X11/Xsession.d/ Hope this helps, Andrei -

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread emmanuel segura
Try to do this set -x source /etc/profile like that you can see if you have some syntax error 2012/1/12 Denny Schierz > hi, > Am 12.01.2012 um 13:56 schrieb emmanuel segura: > > > Try to use /etc/ld.so.conf for load your library > > nope, Sun Java parses the LD_LIBRARY_PATH variable, so it wo

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread Denny Schierz
hi, Am 12.01.2012 um 13:56 schrieb emmanuel segura: > Try to use /etc/ld.so.conf for load your library nope, Sun Java parses the LD_LIBRARY_PATH variable, so it won't work: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/366728 http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg1511

Re: Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread emmanuel segura
Try to use /etc/ld.so.conf for load your library 2012/1/12 Denny Schierz > hi, > > I've created a file /etc/profile.d/path.sh > > with: > > LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/jni" > export LD_LIBRARY_PATH > > If you log in on a plain shell, it works, but if you log in via X > (kde/gnome/

Squeeze64: LD_LIBRARY_PATH / ignored or overwritten under X

2012-01-12 Thread Denny Schierz
hi, I've created a file /etc/profile.d/path.sh with: LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/jni" export LD_LIBRARY_PATH If you log in on a plain shell, it works, but if you log in via X (kde/gnome/fluxbox) and open a terminal (konsole/gnome-terminal/xterm) my special path "/usr/lib/jni" i