You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some of shared libraries are not linked to unit test binaries
(Libraries that are not linked still can be found in the directory, opt/cachelib/lib).
To Reproduce
unit test binaries are installed from the latest commit of CacheLib except that submodules are not the latest version (due to compilation issues).
Expected behavior
Every library must be linked correctly.
Screenshots
./navy-test-BigHashTest
./navy-test-BigHashTest: error while loading shared libraries: libfolly_exception_tracer_base.so.0.58.0-dev: cannot open shared object file: No such file or directory
ls -alh opt/cachelib/lib/libfolly_exception_tracer_base.so.0.58.0-dev
Permissions Size User Date Modified Name
.rw-r--r-- 422k root 16 Sep 15:17 opt/cachelib/lib/libfolly_exception_tracer_base.so.0.58.0-dev
Desktop (please complete the following information):
OS: Ubuntu
Version: 22.04
Additional context
The same thing also happens in other unit test binaries.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some of shared libraries are not linked to unit test binaries
(Libraries that are not linked still can be found in the directory,
opt/cachelib/lib
).To Reproduce
unit test binaries are installed from the latest commit of CacheLib except that submodules are not the latest version (due to compilation issues).
Expected behavior
Every library must be linked correctly.
Screenshots
Desktop (please complete the following information):
Additional context
The same thing also happens in other unit test binaries.
The text was updated successfully, but these errors were encountered: