From: Hardware Stuff <mrfixit_at_clouddancer.com>
To: maripalda_at_elasa.siemens.es
CC: fvwm_at_hpc.uh.edu
In-reply-to: <15B5A0CA85F4D111814200A0C9B7B629018B060E_at_ZARS001A>
(maripalda_at_elasa.siemens.es)
Subject: Re: FVWM: LD_LIBRARY_PATH disappears
Reply-to: mrfixit_at_clouddancer.com
References: <15B5A0CA85F4D111814200A0C9B7B629018B060E_at_ZARS001A>
From: "Ripalda-Marin, Miguel-Angel" <maripalda_at_elasa.siemens.es>
Date: Thu, 7 Mar 2002 18:01:33 +0100
Sure I'm doing that... here's my .bash_profile
...
LIBRARIES=/path/to/my/libraries
if [ -z "${LD_LIBRARY_PATH}" ]
then
export LD_LIBRARY_PATH=${LIBRARIES}
else
export LD_LIBRARY_PATH=${LD_LIBRRY_PATH}:${LIBRARIES}
fi
...
and there's no .bashrc, of course...
Not necessarily true, there is a possibility of a system-wide .bashrc
automatically run by init/login. Look in /etc/, I've forgotten the
name of the file, but login.defs may lead you to it.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Thu Mar 07 2002 - 12:54:52 GMT