Dear O2 experts,
We are trying to run data taking from a stave setup.
We installed readout.exe
using yum install readout
, and the version is alisw-Readout+v1.0.6-1.x86_64
.
While executing readout.exe file://xxx.cfg, we had an error:
/opt/alisw/el7/Readout/v1.0.6-1/bin/readout.exe: error while loading shared libraries: libO2Monitoring.so: cannot open shared object file: No such file or directory
and checking with ldd, we found:
libO2Monitoring.so => not found
libs also not found were:
(base) [shiming@iftmikro0229602 bin]$ ldd readout.exe | grep not
libO2Monitoring.so => not found
libConfiguration.so => not found
libFairMQ.so.1.4 => not found
libOcc.so.0.10.0 => not found
libboost_python36.so.1.70.0 => not found
libboost_filesystem.so.1.70.0 => not found
libboost_container.so.1.70.0 => not found
libboost_regex.so.1.70.0 => not found
libFairMQStateMachine.so.1.4 => not found
libFairMQTools.so.1.4 => not found
libFairLogger.so.1.5 => not found
libboost_program_options.so.1.70.0 => not found
libgrpc++.so => not found
libgrpc.so => not found
libaddress_sorting.so => not found
libgpr.so => not found
libprotobuf.so.3.7.1.0 => not found
Please point us to the solutions to this error.
Thanks,
Shiming