On Wed, Nov 30, 2016 at 6:20 AM, McFarland, Bruce 
<bruce.mcfarl...@teradata.com> wrote:
> Using the ceph version string, for example ceph version
> 10.2.2-118-g894a5f8 (894a5f8d878d4b267f80b90a4bffce157f2b4ba7), how would
> I determine the versions of the various dependancies used in this build?
> For instance tcmalloc?

tcmalloc is dynamically linked so it will use the version of the shared library
installed on the host at runtime.

$ ldd bin/ceph-osd|grep tcmalloc
        libtcmalloc.so.4 => /lib64/libtcmalloc.so.4 (0x00007fc60daeb000)

-- 
HTH,
Brad

>
> Thanks,
> Bruce
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to