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: | Fwd: "rpcgen: Command not found" When asyn |
From: | Han Lee via Tech-talk <tech-talk at aps.anl.gov> |
To: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Thu, 14 Oct 2021 13:29:28 -0700 |
Hi Liang, You need to install rpcgen package. Please see the following hints (enable powertools, and install epel-release) dnf update; |
dnf config-manager --set-enabled powertools |
Hi all,I use centos 8(64), base7.0.6.1,asyn from the github( https://github.com/epics-modules )When I make tha asyn module, I met the question.make[2]: Entering directory '/home/liangyx/synApps/support/asyn-master/asyn/O.linux-x86_64'
cp ../vxi11/vxi11intr.rpcl .
rpcgen vxi11intr.rpcl
make[2]: rpcgen: Command not found
cp ../vxi11/vxi11core.rpcl .
rpcgen vxi11core.rpcl
make[2]: rpcgen: Command not found
make[2]: *** No rule to make target 'vxi11core_xdr.c', needed by 'vxi11core_xdr.o'. Stop.
make[2]: Leaving directory '/home/liangyx/synApps/support/asyn-master/asyn/O.linux-x86_64'
make[1]: *** [/home/liangyx/base-7.0.6.1/configure/RULES_ARCHS:58: install.linux-x86_64] Error 2
make[1]: Leaving directory '/home/liangyx/synApps/support/asyn-master/asyn'
make: *** [/home/liangyx/base-7.0.6.1/configure/RULES_DIRS:85: asyn.install] Error 2I have tried "yum install glibc-utils and yum install glibc." Neither worked.How I could fix it?ThanksLiang