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: IOC using Sequencer Module Attempting to use libCom.so.3.18.1 |
From: | "Srinivas, Dhruv via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Johnson, Andrew N." <anj at anl.gov>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Cc: | "Wang, Andrew" <wang126 at llnl.gov> |
Date: | Tue, 18 Jul 2023 17:55:22 +0000 |
Running that command gives me the following: linux-vdso.so.1 (0x00007ffd4ef17000) libCom.so.3.22.1 => /home/hostname/Desktop/epics-base-7.0/lib/linux-x86_64/libCom.so.3.22.1 (0x00007fba4290a000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fba42519000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fba422fa000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fba420f2000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fba41eee000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fba41b65000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fba417c7000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fba415af000) /lib64/ld-linux-x86-64.so.2 (0x00007fba42da7000) So it does seem that I’ll have to install an older version of libCom. I did also check to make sure that the configure/RELEASE file was pointing to the appropriate file locations. From: Johnson, Andrew N. <anj at anl.gov>
On 7/18/23 11:03 AM, Srinivas, Dhruv via Tech-talk wrote:
It looks like you have a problem when the build system tries to run the snc compiler, it needs a shared library which it can't find. Assuming "/filepathTosnc/snc" above isn't a literal quote from the error
output, what does running "ldd /filepathTosnc/snc" (editing the path as necessary) produce? It probably shows a similar problem with finding that library.
The snc compiler that your build above is running above was built with a version of Base that provided libCom.so.3.18.1. You have to either rebuild that snc binary or install the older libCom.so alongside
the new one where it will find it. -- Complexity is free, it's Simplicity that takes work. |