[
https://issues.apache.org/jira/browse/ZOOKEEPER-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789923#comment-13789923
]
Raul Gutierrez Segales commented on ZOOKEEPER-1019:
---------------------------------------------------
[~phunt]: i haven't seen the crashes. I'll upload a patch that adds:
{noformat}
AC_CHECK_LIB([boost], [main], [], [AC_MSG_ERROR("We need boost to build
zkfuse")])
{noformat}
or:
{noformat}
AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/shared_array.hpp
boost/date_time/gregorian/gregorian.hpp],,AC_MSG_ERROR([boost library headers
not found. Please install boost library.]))
{noformat}
or such such to configure.ac (as well us updating the README).
> zkfuse doesn't list dependency on boost in README
> -------------------------------------------------
>
> Key: ZOOKEEPER-1019
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1019
> Project: ZooKeeper
> Issue Type: Improvement
> Components: contrib
> Affects Versions: 3.4.0
> Reporter: Karel Vervaeke
> Assignee: Raul Gutierrez Segales
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> The README.txt under contrib/fuse doesn't list boost under Development build
> libraries<
--
This message was sent by Atlassian JIRA
(v6.1#6144)