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
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
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
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
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
-
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
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
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
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
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
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
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?
> >
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
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
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
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
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
"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
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
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
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
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.
> 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
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
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.
25 matches
Mail list logo