RE: FVWM: LD_LIBRARY_PATH disappears

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

regards,

Miguel Ángel
--
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 - 11:03:21 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:52 BST