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: | Is there a minimum version requirement for glibc and GCC using EPICS |
From: | Zhibang Shen via Tech-talk <tech-talk at aps.anl.gov> |
To: | tech-talk at aps.anl.gov |
Date: | Sat, 21 Dec 2024 10:59:32 +0800 (GMT+08:00) |
Hi,
I have developed a modbus protocol based motor submodule in my own environment. It is successfully compiled and running without any issue in my development setup.
However, while migrating the module to the production environment, we encounter an error of low version library.
[hp@localhost iocLeadshine]$ ./st.cmd
../../bin/linux-x86_64/leadshine: /usr/lib64/libc.so.6: version `GLIBC_2.34' not found (required by ../../bin/linux-x86_64/leadshine)
The libc.so.6 can be found at directory /usr/lib64. It seems to be an issue that the glibc version is too low.
[hp@localhost iocLeadshine]$ strings /usr/lib64/libc.so.6 | grep GLIBC_
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.1
GLIBC_2.1.2
GLIBC_2.1.3
GLIBC_2.2
GLIBC_2.2.1
GLIBC_2.2.2
GLIBC_2.2.3
GLIBC_2.2.4
GLIBC_2.2.6
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.3
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.5
GLIBC_2.6
GLIBC_2.7
GLIBC_2.8
GLIBC_2.9
GLIBC_2.10
GLIBC_2.11
GLIBC_2.12
GLIBC_2.13
GLIBC_2.14
GLIBC_2.15
GLIBC_2.16
GLIBC_2.17
GLIBC_PRIVATE
Is there a minimum version requirement for glibc when using the synApps/motor package?
We tried to compile the glibc from the source. But it is prompted that the gcc version is also not appropriate.
As a reference, here are the version of the packages in the production environment.
EPICS base 3.15.9
asyn R4-41
seq 2-2-5
busy R1-7
modbus R3-2
motor R7-1
Best regards,
Zhibang