EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  <20182019  2020  2021  2022  2023  2024  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  <20182019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: ADAndor-2-7 error
From: Mark Rivers <[email protected]>
To: "Miceli, Antonino" <[email protected]>
Cc: "[email protected]" <[email protected]>
Date: Mon, 26 Feb 2018 13:44:41 +0000

Hi Nino,

 

I think what you are seeing could be explained if you build the andorCCDApp application on an RHEL 7 system but you are trying to run it on an RHEL 6 system?  Your missing symbols include GLIBC_2.14 and GLIBCXX_3.4.15.

 

These are the GLIBC and GLIBCXX versions available on RHEL 7:

corvette:/usr/lib64>strings libc.so.6 | grep LIBC

GLIBC_2.2.5

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

 

corvette:/usr/lib64>strings libstdc++.so.6 | grep GLIBCXX

GLIBCXX_3.4

GLIBCXX_3.4.1

GLIBCXX_3.4.2

GLIBCXX_3.4.3

GLIBCXX_3.4.4

GLIBCXX_3.4.5

GLIBCXX_3.4.6

GLIBCXX_3.4.7

GLIBCXX_3.4.8

GLIBCXX_3.4.9

GLIBCXX_3.4.10

GLIBCXX_3.4.11

GLIBCXX_3.4.12

GLIBCXX_3.4.13

GLIBCXX_3.4.14

GLIBCXX_3.4.15

GLIBCXX_3.4.16

GLIBCXX_3.4.17

GLIBCXX_3.4.18

GLIBCXX_3.4.19

 

These are the versions on RHEL 6:

 

[marccd@gse-marccd2 lib]$ strings libc.so | 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_PRIVATE

[marccd@gse-marccd2 lib]$ cd /usr/lib

[marccd@gse-marccd2 lib]$ strings libstdc++.so.6 | grep GLIBCXX

GLIBCXX_3.4

GLIBCXX_3.4.1

GLIBCXX_3.4.2

GLIBCXX_3.4.3

GLIBCXX_3.4.4

GLIBCXX_3.4.5

GLIBCXX_3.4.6

GLIBCXX_3.4.7

GLIBCXX_3.4.8

GLIBCXX_3.4.9

GLIBCXX_3.4.10

GLIBCXX_3.4.11

GLIBCXX_3.4.12

GLIBCXX_3.4.13

GLIBCXX_FORCE_NEW

GLIBCXX_DEBUG_MESSAGE_LENGTH

 

 

Note that GLIBC_2.14 and GLIBCXX_3.4.15 are both present on RHEL 7 but not on RHEL 6.

 

Mark

 

 

 

Sent from my iPhone


On Feb 24, 2018, at 11:54 AM, Miceli, Antonino <[email protected]> wrote:

Hi everyone,

 

I am trying to get the Andor Shamrock working, but running into some problems. Let me know if anyone has ideas.

 

Build is areaDetector-3-2, ADAndor-2-7. I can send more dependence later if helpful.


[dpuser@xraydetector85 iocAndor]$ ../../bin/linux-x86_64/andorCCDApp st.cmd
../../bin/linux-x86_64/andorCCDApp: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ../../bin/linux-x86_64/andorCCDApp)
../../bin/linux-x86_64/andorCCDApp: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ../../bin/linux-x86_64/andorCCDApp)

 

[dpuser@xraydetector85 iocAndor]$ ldd  ../../bin/linux-x86_64/andorCCDApp
../../bin/linux-x86_64/andorCCDApp: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ../../bin/linux-x86_64/andorCCDApp)
../../bin/linux-x86_64/andorCCDApp: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ../../bin/linux-x86_64/andorCCDApp)
    linux-vdso.so.1 =>  (0x00007ffeb41dd000)
    libandor.so.2 => /usr/local/lib/libandor.so.2 (0x00007f52d5962000)
    libshamrockcif.so.2 => /usr/local/lib/libshamrockcif.so.2 (0x00007f52d56ae000)
    libX11.so.6 => /usr/lib64/libX11.so.6 (0x0000003a38a00000)

etc...

 

Thanks,

Nino

 



 


References:
ADAndor-2-7 error Miceli, Antonino

Navigate by Date:
Prev: Re: ADAndor-2-7 error Mark Rivers
Next: Redirection question l123173
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: ADAndor-2-7 error Mark Rivers
Next: Redirection question l123173
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  <20182019  2020  2021  2022  2023  2024 
ANJ, 26 Feb 2018 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·