[
https://issues.apache.org/jira/browse/MESOS-967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907192#comment-13907192
]
Vinson Lee commented on MESOS-967:
----------------------------------
[~tstclair] This configure failure was introduced with the requirement of libc
when building with clang.
This issue is fixed by these commits.
{noformat}
commit bbc348fe86fd40a126cbced7b730e6be450425cb
Author: Vinson Lee <[email protected]>
Date: Thu Feb 6 17:55:11 2014 -0800
Fixed configure.ac to require libc++ only on Mac OS X.
This patch fixes configure failure on Linux clang builds.
Review: https://reviews.apache.org/r/16909
commit 0d52d6d9cb4a32f086153317b0e3a86595da6c90
Author: Vinson Lee <[email protected]>
Date: Thu Feb 6 17:54:24 2014 -0800
Fixed configure.ac to require libc++ only on Mac OS X.
This patch fixes configure failure on Linux clang builds.
Review: https://reviews.apache.org/r/16924
{noformat}
> configure: error: cannot find libsasl2
> --------------------------------------
>
> Key: MESOS-967
> URL: https://issues.apache.org/jira/browse/MESOS-967
> Project: Mesos
> Issue Type: Bug
> Components: build
> Environment: Fedora 20
> Reporter: Vinson Lee
>
> export CC=clang
> export CXX=clang++
> ./bootstrap
> [...]
> ./configure
> [...]
> checking whether clang++ supports C++11 features by default... no
> checking whether clang++ supports C++11 features with -std=c++11... yes
> checking for sasl_done in -lsasl2... no
> configure: error: cannot find libsasl2
> -------------------------------------------------------------------
> We need libsasl2 for authentication!
> -------------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)