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: Static Build on armv7 |
From: | Michael Davidsaver via Tech-talk <tech-talk at aps.anl.gov> |
To: | Maren Purves <m.purves at eaobservatory.org>, Florian Feldbauer <florian at ep1.ruhr-uni-bochum.de> |
Cc: | tech-talk at aps.anl.gov |
Date: | Wed, 30 Mar 2022 12:21:03 -0700 |
On 3/30/22 11:57, Maren Purves wrote:
If you have a different version of /usr/lib/ld.so.1 you could try a soft link to there. It quite often works.
Please be careful with this. Library names are different for a reason. Blindly renaming/linking shared libraries is setting yourself up for confusing error messages if your are lucky, and inexplicable corruption or crashes if you are not!
Maren On Wed, Mar 30, 2022 at 8:02 AM Michael Davidsaver via Tech-talk <tech-talk at aps.anl.gov> wrote:On 3/30/22 10:32, Florian Feldbauer wrote:Hey Michael, attached is the complete output from make and the readelf command you mentioned.From the readelf output:[Requesting program interpreter: /usr/lib/ld.so.1]If this file isn't present on target system, this is a sign that you are trying to use a toolchain for a (slightly) different target. The best thing you can do is to sort out this incompatibility.