2024-07-29T10:09:16.249Z | <Rost Khudov> Hello, does anybody have such problem during the build?
```CMake Warning at cmake/modules/BuildBoost.cmake:308 (_add_executable):
Cannot generate a safe runtime search path for target ceph-mgr because
files in some directories may conflict with libraries in implicit
directories:
runtime library [libcrypto.so.1.1] in /usr/lib64 may be hidden by files in:
/my_user/dir/lib64
runtime library [libz.so.1] in /usr/lib64 may be hidden by files in:
/my_user/dir/lib64
Some of these libraries may not be found correctly.
Call Stack (most recent call first):
src/mgr/CMakeLists.txt:39 (add_executable)```
and because of it, I have following: `FAILED: bin/ceph-mgr` |