Experimental Physics and Industrial Control System
I am trying to run the ioc example from the R3.14.1 AppDevGuide
on a Redhat 8.0 machine.
I see no errors during the building of R3.14.1.
The commands I used to create the example app are the ones that
are shown in the AppDevGuide (the line continuation symbols are
only used here to keep the lines from becoming excessively long):
mkdir exampletop
cd exampletop
/net/snap-80gb/share1/epics/R3.14/base-3.14.1/bin/linux-x86/ \
makeBaseApp.pl -t example example
/net/snap-80gb/share1/epics/R3.14/base-3.14.1/bin/linux-x86/ \
makeBaseApp.pl -i -t example example
The last line prompts me to choose an architecture. I choose the
only one available (linux-x86).
I then issue a make and the build completes without error.
I can then attempt to run the ioc example:
cd /net/snap-80gb/share1/epics/R3.14/exampletop/iocBoot/iocexample
..../../bin/linux-x86/example st.cmd
and I get the following error message:
..../../bin/linux-x86/example: error while loading shared libraries: \
libiocsh.so: cannot open shared object file: \
No such file or directory
I have verified that EPICS_HOST_ARCH has been set correctly.
I have also built base and the example app with and without
$(INSTALL_LOCATION)/lib/$(EPICS_HOST_ARCH) added to
my LD_LIBRARY_PATH env. variable.
I have a feeling there is something small that I am overlooking.
Any suggestions would be greatly appreciated.
Kevin Peterson
- Replies:
- Re: R3.14.1 ioc example Andrew Johnson
- Re: R3.14.1 ioc example Till Straumann
- Navigate by Date:
- Prev:
Re: base R3.14.1 "example" application booting problem M.C.Shao
- Next:
Re: R3.14.1 ioc example Andrew Johnson
- 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
- Navigate by Thread:
- Prev:
StripTool Nick Rees
- Next:
Re: R3.14.1 ioc example Andrew Johnson
- 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