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: epics synapps asyn compile error |
From: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, whitetiger1123 <holyeongbaeg at gmail.com> |
Date: | Thu, 13 Apr 2023 12:13:56 +0000 |
What version of Linux are you using?
What do you see when you run this command:
which rpcgen
On Centos7, which does not use tirpc, I see this:
corvette:lightFieldIOC/lightFieldApp/src>which rpcgen
/bin/rpcgen
On Ubuntu 20, which does use tiprc, I see this:
TahoeU18:~> which rpcgen
/usr/bin/rpcgen
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of whitetiger1123 via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, April 13, 2023 3:25 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: epics synapps asyn compile error I’d like to compile epics synapps asyn package, it shows an error even I uncomment this line in configure/CONFIG_SITE : #TIRPC=YES, And install libtirpc-devel(sudo yum install libtirpc-devel)
Error: make[2]: rpcgen: Command not found
Do you know how can I compile asyn package without this error?
Thanks, |