MFront: missing library?: libOgsMFrontBehaviour

Dear All,
after having ogs6 successfully configured and compiled with MFront using the make option:
-DOGS_USE_MFRONT=ON
I receive the following error message when running an example using MFront:
error: LibrariesManager::loadLibrary: library ‘libOgsMFrontBehaviour’ could not be loaded, (libOgsMFrontBehaviour: cannot open shared object file: No such file or directory)
I guess the corresponding library is missing, how can I resolve this?
Any hints are highly appreciated, regards Olaf

Dear Prof. Olaf Kolditz,

It could be solved temporarily by exporting the LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/ogs/build/directory/lib

It works pretty well in my case and it is also a known issue on gitlab (issue: https://gitlab.opengeosys.org/ogs/ogs/-/issues/3073)

Best regards,
Laxman Kafle

Dear Laxman Kafle,
thank you very much for your quick help, this was exactly what I needed, we shall come back to the issue.
Best regards, Olaf

This should have been fixed: [ML] Preload mfront libraries on Linux. (!3663) · Merge requests · ogs / ogs