]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: install libopentracing.so.1(dependency of libjaeger) 42451/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Thu, 22 Jul 2021 13:18:35 +0000 (18:48 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Thu, 22 Jul 2021 16:08:06 +0000 (21:38 +0530)
fixes:
dpkg-shlibdeps: error: cannot find library libopentracing.so.1 needed by debian/libjaeger/usr/lib/libjaegertracing.so.0.6.1 (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '/build/ceph-17.0.0-6279-g97a36368/obj-x86_64-linux-gnu/external')

Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
src/CMakeLists.txt

index 9b6d06179fc45c26c605848ea349700b88a472e9..37ff53d8a506fa8373cd4b90e3dfcd789c2063ed 100644 (file)
@@ -450,6 +450,7 @@ if(WITH_JAEGER)
   list(APPEND jaeger_libs
     ${CMAKE_BINARY_DIR}/external/lib/libjaegertracing.so.0
     ${CMAKE_BINARY_DIR}/external/lib/libjaegertracing.so.0.6.1
+    ${CMAKE_BINARY_DIR}/external/lib/libopentracing.so.1
     ${CMAKE_BINARY_DIR}/external/lib/libopentracing.so.1.6.0)
   install(FILES ${jaeger_libs}
     DESTINATION ${CMAKE_INSTALL_LIBDIR})