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

2017-06-19 Thread Greg Wooledge
p. > Once I source $HOME/.profile from $HOME/.xsessionrc and login > graphically, all variables that I define within $HOME/.profile are set > as expected _except_ LD_LIBRARY_PATH. It seems that someone clears > exactly this variable (on purpose?) without caring at all about its > co

Setting LD_LIBRARY_PATH on a per-user basis during login

2017-06-18 Thread Martin R. Neuhaeusser
Dear all, I am trying to set the LD_LIBRARY_PATH environment variable during the login process on a per user basis in Debian stretch. According to the documentation here https://wiki.debian.org/EnvironmentVariables, it should be enough to set the environment variable in $HOME/.profile. And this

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

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.ub

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, i

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 pat

Re: LD_LIBRARY_PATH under Linux

2006-04-13 Thread T
On Wed, 12 Apr 2006 23:25:16 +0200, Almut Behrens wrote: > BTW, for the sake of completeness [...] wow, that's a comprehensive explanation. Thanks a lot (I archived the msg right away). never underestimate the power of this mlist. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: LD_LIBRARY_PATH under Linux

2006-04-13 Thread T
On Tue, 11 Apr 2006 23:23:00 -0400, T wrote: > thanks. Roberto for the reply. I am now confirmed that it is not the > LD_LIBRARY_PATH's problem. Maybe transcode is looking for its libs in a > fixed location or something. yes, this part confirmed. transcode hardcode where to look for its libs. st

Re: LD_LIBRARY_PATH under Linux

2006-04-12 Thread Almut Behrens
On Tue, Apr 11, 2006 at 11:23:00PM -0400, T wrote: > On Tue, 11 Apr 2006 21:17:44 -0400, Roberto C. Sanchez wrote: > > >> We used the environment var LD_LIBRARY_PATH to give preference/order of > >> the libraries that we use. Does this still applied to Linux? > >

Re: LD_LIBRARY_PATH under Linux

2006-04-12 Thread T
On Tue, 11 Apr 2006 21:17:44 -0400, Roberto C. Sanchez wrote: >> We used the environment var LD_LIBRARY_PATH to give preference/order of >> the libraries that we use. Does this still applied to Linux? >> >> I tried to do it under Linux but didn't

Re: LD_LIBRARY_PATH under Linux

2006-04-11 Thread Roberto C. Sanchez
T wrote: > Hi > > In the Solaris environment in the big firm that I worked with previously, > they have multi-version of anything, from Perl to Tcl/Tk, and even X. > > We used the environment var LD_LIBRARY_PATH to give preference/order of > the libraries that we use. Does

LD_LIBRARY_PATH under Linux

2006-04-11 Thread T
Hi In the Solaris environment in the big firm that I worked with previously, they have multi-version of anything, from Perl to Tcl/Tk, and even X. We used the environment var LD_LIBRARY_PATH to give preference/order of the libraries that we use. Does this still applied to Linux? I tried to do

Why do I have to set PKG_CONFIG_PATH & LD_LIBRARY_PATH to compile, link, and run my app??

2004-12-20 Thread Ibrahim Mubarak
x27;t set the path variables (PKG_CONFIG_PATH & LD_LIBRARY_PATH) to the paths mentioned, I get errors about header and library files (.pc, .so.0) not found. PKG_CONFIG_PATH comes in for both compilation and linkage. LD_LIBRARY_PATH comes in when I actually run my app. My question is why is p

Re: LD_LIBRARY_PATH

2001-02-11 Thread will trillich
On Sat, Feb 10, 2001 at 06:46:11PM +, Oliver Elphick wrote: > "Stan Brown" wrote: > >Whats the deal with LD_LIBRARY_PATH in Debian? > > > >I have a ORACLE::DBD perl module that needs this set to include the Oralce > s > >hared > >l

Re: LD_LIBRARY_PATH

2001-02-10 Thread Oliver Elphick
"Stan Brown" wrote: >Whats the deal with LD_LIBRARY_PATH in Debian? > >I have a ORACLE::DBD perl module that needs this set to include the Oralce s >hared >libs. I guess I can just set this in each users .profile. > >Sounds like there should eb a &q

Re: LD_LIBRARY_PATH

2001-02-10 Thread Michael P. Soulier
On Sat, Feb 10, 2001 at 12:30:27PM -0500, Stan Brown wrote: > Whats the deal with LD_LIBRARY_PATH in Debian? > > I have a ORACLE::DBD perl module that needs this set to include the Oralce > shared libs. I guess I can just set this in each users .profile. > > Sounds like there s

LD_LIBRARY_PATH

2001-02-10 Thread Stan Brown
Whats the deal with LD_LIBRARY_PATH in Debian? I have a ORACLE::DBD perl module that needs this set to include the Oralce shared libs. I guess I can just set this in each users .profile. Sounds like there should eb a "Debian Way" of doing this though. ?? -- Stan Brown [EMAIL

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 > &g

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.

Re: LD_LIBRARY_PATH causes problems in hamm distribution

1997-11-14 Thread Jameson Burt
> On Wed, 12 Nov 1997, Jameson Burt wrote: > > : After upgrading ldso, libc6 and several other packages, several packages > : failed to work, responding "segmentation violation", > :xv, xfig, xephem > : The cause of this was my setting of LD_LIBRARY_PATH

Re: LD_LIBRARY_PATH causes problems in hamm distribution

1997-11-13 Thread Remco van de Meent
On Wed, 12 Nov 1997, Jameson Burt wrote: : After upgrading ldso, libc6 and several other packages, several packages : failed to work, responding "segmentation violation", : xv, xfig, xephem : The cause of this was my setting of LD_LIBRARY_PATH in .bashrc. : I had used this se

LD_LIBRARY_PATH causes problems in hamm distribution

1997-11-13 Thread Jameson Burt
After upgrading ldso, libc6 and several other packages, several packages failed to work, responding "segmentation violation", xv, xfig, xephem The cause of this was my setting of LD_LIBRARY_PATH in .bashrc. I had used this setting with no problems for a year under rex and bo.