You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2014/09/29 11:48:33 UTC

[jira] [Created] (MESOS-1839) Modify configure.ac to fix --with-sasl

Michael Park created MESOS-1839:
-----------------------------------

             Summary: Modify configure.ac to fix --with-sasl
                 Key: MESOS-1839
                 URL: https://issues.apache.org/jira/browse/MESOS-1839
             Project: Mesos
          Issue Type: Bug
          Components: build
            Reporter: Michael Park
            Assignee: Michael Park
            Priority: Minor


Specifying a custom {{libcurl}} directory via {{\-\-with-curl}} works well, but {{--with-sasl}} doesn't work.

Ran: {{../configure --with-curl=$HOME/libcurl --with-sasl=$HOME/libsasl}}

{quote}
checking for curl_global_init in -lcurl... yes
checking for sasl_done in -lsasl2... no
configure: error: cannot find libsasl2
-------------------------------------------------------------------
We need libsasl2 for authentication!
-------------------------------------------------------------------
{quote}



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