Hi, I am trying to install the newest version of Mesos using Ubuntu 14.04 and libsasl2-dev 2.1.25.dfsg1-17build1. When I run make check, I get This continual error: [ RUN ] LogZooKeeperTest.LostZooKeeper 2014-10-07 09:44:19,996:5483(0x2ba18a629700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:47954] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2014-10-07 09:44:19,996:5483(0x2ba18a82a700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:47954] zk retcode=-4, errno=112(Host is down): failed while receiving a server response ------ ----- [ RUN ] ZooKeeperMasterContenderDetectorTest.MasterContender 2014-10-07 09:44:27,874:5483(0x2ba18b02e700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:49728] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2014-10-07 09:44:31,212:5483(0x2ba18b02e700):ZOO_ERROR@handle_socket_error_msg@1739: Socket [127.0.0.1:49728] zk retcode=-112, errno=116(Stale file handle): sessionId=0x148eb7f65030000 has expired. 2014-10-07 09:44:31,213:5483(0x2ba18a82a700):ZOO_ERROR@handle_socket_error_msg@1721: Socket [127.0.0.1:49728] zk retcode=-4, errno=104(Connection reset by peer): failed while receiving a server response,
and finally make[3]: *** [check-local] Segmentation fault make[3]: Leaving directory `/armadillo/users/sammyst/src/mesos-0.20.1/build/src' This seems to parallel an error from an earlier thread (albeit while downloading 0.18.0) which doesn't appear to have been solved: http://mail-archives.apache.org/mod_mbox/mesos-dev/201404.mbox/%3CJIRA.12711053.1398725993008.200818.1398794055318@arcas%3E. Has anyone found a solution? Thanks!

