Skip to content

Draft: move libflib_dpb.so to install dir

Oleksii Lubynets requested to merge o.lubynets/cbmroot:flib_fix into master

libflib_dpb.so is present in build directory but not moved to install directory. Therefore reconstruction macro is crashed at this line https://git.cbm.gsi.de/computing/cbmroot/-/blob/master/macro/run/run_reco.C#L207 with such en error:

cling::DynamicLibraryManager::loadLibrary(): libflib_dpb.so: cannot open shared object file: No such file or directory

Error in TInterpreter::TCling::AutoLoad: failure loading library libCbmEventBuilder.so for CbmBuildEventsIdeal

Edited by Florian Uhlig

Merge request reports