Julien Eid created MESOS-550:
--------------------------------

             Summary: Python compilation fails when trying to compile without 
included zookeeper libs
                 Key: MESOS-550
                 URL: https://issues.apache.org/jira/browse/MESOS-550
             Project: Mesos
          Issue Type: Bug
          Components: python-api
    Affects Versions: 0.12.0
            Reporter: Julien Eid


Hey, I'm trying to compile Mesos against a separate Zookeeper install for 
packaging. The python setup.py only links against the .libs folder and doesn't 
check LDFLAGS for a different location for the lib. 

Relevant lines 
/src/python/setup.py:  os.path.join(abs_top_builddir, zookeeper, '.libs', 
'libzookeeper_mt.a')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to