[
https://issues.apache.org/jira/browse/MESOS-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141252#comment-14141252
]
Timothy St. Clair commented on MESOS-1675:
------------------------------------------
So I ran a quick experiment, and It looks like it will require a re-link :
Before:
ldd /usr/sbin/mesos-slave
libmesos-0.20.0.so => /lib64/libmesos-0.20.0.so
After:
ldd mesos-slave
libmesos-0.21.0.so.0 =>
/home/tstclair/work/spaces/mesos/active/src/src/.libs/libmesos-0.21.0.so.0
(0x00007f22f02eb000)
So if you had previous frameworks that were linked.
> Decouple version of the mesos library from the package release version
> ----------------------------------------------------------------------
>
> Key: MESOS-1675
> URL: https://issues.apache.org/jira/browse/MESOS-1675
> Project: Mesos
> Issue Type: Bug
> Reporter: Vinod Kone
>
> This discussion should be rolled into the larger discussion around how to
> version Mesos (APIs, packages, libraries etc).
> Some notes from libtool docs.
> http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
> http://www.gnu.org/software/libtool/manual/html_node/Release-numbers.html#Release-numbers
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)