linux - 构建mesos时出现libtool错误

标签 linux mesos

当我在 CentOS 6.6 上构建 Apache mesos 时 guided 。但出现如下错误。

/bin/sh ../libtool --tag=CC   --mode=link gcc  -g1 -O0   -o libry_http_parser.la  libry_http_parser_la-http_parser.lo  -lz -lcurl -lsvn_delta-1 -lsvn_subr-1 -lapr-1  -lrt
/bin/grep: /usr/lib64/libaprutil-1.la: No such file or directory
/bin/sed: can't read /usr/lib64/libaprutil-1.la: No such file or directory
libtool: link: `/usr/lib64/libaprutil-1.la' is not a valid libtool archive
make[6]: *** [libry_http_parser.la] Error 1
make[6]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty/libprocess/3rdparty'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty/libprocess/3rdparty'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty/libprocess/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty/libprocess'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/vagrant/mesos-0.21.1/build/3rdparty'
make: *** [all-recursive] Error 1

最佳答案

您必须安装此软件包的所有必需开发库。在此消息中,它提示缺乏 apr-util-devel。

我认为

yum install apr-util-devel

应该有帮助。

关于linux - 构建mesos时出现libtool错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27876060/

相关文章:

apache-zookeeper - 解决 Mesos 领导大师

cassandra - 在 mesos 集群上运行 cassandra

linux - 从 Marathon 中销毁应用程序会将其放入部署中。如何在马拉松比赛中销毁应用程序?

linux - "Argument list too long"只有 2 个参数?

linux - 安装 Redhat Satellite 服务器

linux - 在 linux 内核构建期间删除不必要的驱动程序

linux - 使用 telnet 的 HTTP 请求没有得到任何响应

linux - 使用 cpanm 安装 perl 模块时出错

mesos 从站未与 mesos 主站连接

docker - mesos/marathon的新手。如何部署新的自定义 docker ?