1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: How to configurate MCA for Octave |
From: | Eric Norum <[email protected]> |
To: | Hulusi Öz <[email protected]> |
Cc: | [email protected] |
Date: | Sat, 23 Jul 2016 06:58:16 -0700 |
Ah yes, LInux. You need to have the path to the libraries in the LD_LIBRARY_PATH environment variable. Again, this is a colon-separated list, but it’s likely that it is currently empty so you need just add this to your shell startup script in addition to the export LD_LIBRARY_PATH="$EPICS_BASE/lib/$EPICS_HOST_ARCH" As a further example, here’s the salient section of the startup script on a linux machine here EPICS_ROOT=“/usr/local/epics/R3.14.12" EPICS_BASE="$EPICS_ROOT/base" EPICS_EXTENSIONS="$EPICS_ROOT/extensions" MY_EPICS_BASE="$EPICS_BASE" . "${EPICS_BASE}"/startup/Site.profile PATH="$EPICS_BASE/bin/$EPICS_HOST_ARCH:$PATH" export LD_LIBRARY_PATH="$EPICS_BASE/lib/$EPICS_HOST_ARCH" export EPICS_CA_MAX_ARRAY_BYTES=9000000
--
Eric Norum [email protected] |