EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Installing EPICS on the Raspberry Pi
From: Pete Jemian <[email protected]>
To: Torsten Bögershausen <[email protected]>, EPICS Tech Talk <[email protected]>
Date: Mon, 17 Mar 2014 11:29:42 -0500
--- /bin/
+++ /bin/bash


Regarding the environment variable assignment, a cautious approach is to choose whether to define or extend the previous definition. Here is one way in /bin/bash:

   if [ "" = "${LD_LIBRARY_PATH}" ]; then
       export LD_LIBRARY_PATH=${EPICS_BASE_LIB}
   else
       export LD_LIBRARY_PATH=${EPICS_BASE_LIB}:${LD_LIBRARY_PATH}
   fi

the documentation is now updated:  http://prjemian.github.io/epicspi/

--
----------------------------------------------------------
Pete R. Jemian, Ph.D.                <[email protected]>
Beam line Controls and Data Acquisition, Group Leader
Advanced Photon Source,   Argonne National Laboratory
Argonne, IL  60439                   630 - 252 - 3189
-----------------------------------------------------------
   Education is the one thing for which people
      are willing to pay yet not receive.
-----------------------------------------------------------



Replies:
Re: Installing EPICS on the Raspberry Pi Torsten Bögershausen
References:
Installing EPICS on the Raspberry Pi Pete Jemian
Re: Installing EPICS on the Raspberry Pi Pete Jemian

Navigate by Date:
Prev: Re: Installing EPICS on the Raspberry Pi Pete Jemian
Next: Prioritizing Channel Access per Record? Brian Bevins
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Installing EPICS on the Raspberry Pi Pete Jemian
Next: Re: Installing EPICS on the Raspberry Pi Torsten Bögershausen
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·