Chen Zhiwei created MESOS-4774:
----------------------------------
Summary: Wrong symbolic link of some Mesos libraries
Key: MESOS-4774
URL: https://issues.apache.org/jira/browse/MESOS-4774
Project: Mesos
Issue Type: Bug
Reporter: Chen Zhiwei
Assignee: Chen Zhiwei
When installing Mesos by `make install`, it will create symbolic links from
$(DESTDIR)/$(pkgmoduledir)/$$lib to $$lib.
As we can see it uses absolute path, but when building RPM/Debian package the
$(DESTDIR) is $BUILD_ROOT_DIR. Installing the RPM/Debian package on a target
host will broken the symbolic links since there is no $BUILD_ROOT_DIR on target
host.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)