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

2014-11-07 Thread Vinod Kone (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod Kone updated MESOS-1839:
--
Fix Version/s: (was: 0.22.0)
   0.21.0

> 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
> Fix For: 0.21.0
>
>
> Specifying a custom {{libcurl}} directory via {{\-\-with-curl}} works well, 
> but {{--with-sasl}} doesn't work.
> {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}}.
> 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)


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

2014-11-04 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

Shepherd: Benjamin Hindman

> 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
> Fix For: 0.22.0
>
>
> Specifying a custom {{libcurl}} directory via {{\-\-with-curl}} works well, 
> but {{--with-sasl}} doesn't work.
> {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}}.
> 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)


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

2014-09-29 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

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

{{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}}.
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}

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

With {{libcurl}} at {{$HOME/libcurl}} and {{libsasl2}} at {{$HOME/libsasl}}, 
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}


> 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.
> {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}}.
> 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)


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

2014-09-29 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

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

With {{libcurl}} installed {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}},
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}

  was:
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}


> 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.
> With {{libcurl}} installed {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}},
> 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)


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

2014-09-29 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

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

With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}}, 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}

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

With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}},
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}


> 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.
> With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}}, 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)


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

2014-09-29 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

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

With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}},
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}

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

With {{libcurl}} installed {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}},
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}


> 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.
> With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
> {{$HOME/libsasl}},
> 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)


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

2014-09-29 Thread Michael Park (JIRA)

 [ 
https://issues.apache.org/jira/browse/MESOS-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Park updated MESOS-1839:

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

With {{libcurl}} at {{$HOME/libcurl}} and {{libsasl2}} at {{$HOME/libsasl}}, 
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}

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

With {{libcurl}} installed at {{$HOME/libcurl}} and {{libsasl2}} installed at 
{{$HOME/libsasl}}, 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}


> 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.
> With {{libcurl}} at {{$HOME/libcurl}} and {{libsasl2}} at {{$HOME/libsasl}}, 
> 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)