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: Required Perl modules? |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | John Dobbins <john.dobbins at cornell.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 4 Jun 2024 01:31:06 +0000 |
Hi John,
This is what I have found necessary for our installations.
In order to build EPICS base and the synApps support tree, including our local application, on RHEL 9 I needed to install the following additional packages:
areaDetector needs aravis to be installed. aravis requires installing
Measurement Computing support requires installing their uldaq library, which is built from source. That can be built and installed as follows:
./configure
make sudo make install Mark
Sent from my iPhone
On Jun 3, 2024, at 7:20 PM, John Dobbins via Tech-talk <tech-talk at aps.anl.gov> wrote:
|