[ 
https://issues.apache.org/jira/browse/MESOS-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645937#comment-14645937
 ] 

ASF GitHub Bot commented on MESOS-3170:
---------------------------------------

GitHub user hellertime opened a pull request:

    https://github.com/apache/mesos/pull/51

    [MESOS-3170] Add $LIBS to build path of the CRAM-MD5 test

    If the sasl2 library has been statically linked than the CRAM-MD5 check in 
the configure script can fail due to missing symbols. The correct approach is 
to add the required static lib archives into the LIBS variable. Adding this 
variable to the build action will allow the crammd5_installed.c check program 
compile and allow the check to pass.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hellertime/mesos patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mesos/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 4d49dc7e08b0f081ab0a483d70e044f81728690f
Author: Chris Heller <[email protected]>
Date:   2015-07-29T12:00:07Z

    Add $LIBS to build path of the CRAM-MD5 test
    
    If the sasl2 library has been statically linked than the CRAM-MD5 check in 
the configure script can fail due to missing symbols. The correct approach is 
to add the required static lib archives into the LIBS variable. Adding this 
variable to the build action will allow the crammd5_installed.c check program 
compile and allow the check to pass.

----


> 0.23 Build fails when compiling against -lsasl2 which has been statically 
> linked
> --------------------------------------------------------------------------------
>
>                 Key: MESOS-3170
>                 URL: https://issues.apache.org/jira/browse/MESOS-3170
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0
>            Reporter: Chris Heller
>            Priority: Minor
>              Labels: easyfix
>             Fix For: 0.24.0
>
>
> If the sasl library has been statically linked the check from CRAM-MD5 can 
> fail, due to missing symbols.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to