Statically linking binaries
---------------------------
Key: MESOS-144
URL: https://issues.apache.org/jira/browse/MESOS-144
Project: Mesos
Issue Type: Improvement
Reporter: Benjamin Hindman
We build our binaries expecting to find libmesos.so on the shared library
search path. In many environments /usr/local/lib is not on the shared library
search path. That means users are required to update the search path for the
system or launch the binaries with LD_LIBRARY_PATH. Statically linking the
binaries would fix this problem. In addition, we might be able to pass -R as a
libtool specific LDFLAGS that does the right thing. Either way, it would be
nice to make it easy for a user who is installing to not have to use
LD_LIBRARY_PATH or need the permissions to update the system search path.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira