Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-144

Statically linking binaries

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • build
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              benjaminhindman Benjamin Hindman
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: