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: installing synApps on Ubuntu |
From: | "Johnson, Andrew N. via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Randall Cayford <rcayford at lbl.gov> |
Cc: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Thu, 20 Aug 2020 18:12:45 +0000 |
Hi Randall,
On Aug 20, 2020, at 12:52 PM, Randall Cayford via Tech-talk <tech-talk at aps.anl.gov> wrote:
It seems to be accepted wisdom nowadays to *never* compile code as root, please do that as a regular user. By using root you are trusting that nobody who has write access to your compiler, linker, GNUmake, the application build system and any tools that
it might use (including all the EPICS and synapps developers) has let in some malicious code that looks to see if it’s being run as root and tries to then turn your machine into a bot. Not recommended.
As pointed out recently in a different thread, there are two different libusb APIs with different versions, if the code looks for libusb-1.0 make sure you have that and not the other one.
- Andrew
--
Complexity comes for free, simplicity you have to work for.
|