You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2015/10/21 01:06:27 UTC

[jira] [Comment Edited] (MESOS-3501) configure cannot find libevent headers in CentOS 6

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

Greg Mann edited comment on MESOS-3501 at 10/20/15 11:06 PM:
-------------------------------------------------------------

I like Neil's idea of updating the configure error message to note that libevent2 is required, I think this may be enough to guide the user in the right direction. I also have a ticket open to add the {{--enable-libevent}} flag to the "Configuration" docs (MESOS-3749), so we can link to the libevent documentation there as well.


was (Author: greggomann):
I like Neil's idea of updating the configure error message to note that libevent2 is required, I think this may be enough to guide the user in the right direction. I also have a ticket open to add the {{--enable-libevent}} flag to the "Configuration" docs, so we can link to the libevent documentation there as well.

> configure cannot find libevent headers in CentOS 6
> --------------------------------------------------
>
>                 Key: MESOS-3501
>                 URL: https://issues.apache.org/jira/browse/MESOS-3501
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.25.0
>         Environment: CentOS 6.6, 6.7
>            Reporter: Greg Mann
>            Assignee: Greg Mann
>              Labels: build, configure, libevent, mesosphere
>
> If libevent is installed via {{sudo yum install libevent-headers}}, running {{../configure --enable-libevent}} will fail to discover the libevent headers:
> {code}
> checking event2/event.h usability... no
> checking event2/event.h presence... no
> checking for event2/event.h... no
> configure: error: cannot find libevent headers
> -------------------------------------------------------------------
> libevent is required for libprocess to build.
> -------------------------------------------------------------------
> {code}



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