首页 > 其他 > 详细

memkeys 安装时遇到的问题及解决办法

时间:2016-01-28 10:43:01      阅读:220      评论:0      收藏:0      [点我收藏+]

某天由于某需要,安装tumblr的开源工具memkeys 。但还是一如既往地不是一帆风顺。

在./configure 时出现如下错误信息:

configure.in:14: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

解决办法:yum install libtool (Centos)

            apt-get install libtool (Debian)


之后make 出现如下错误:

/lib64/libtinfo.so.5: could not read symbols: Invalid operation

解决办法:export LIBS=/lib64/libtinfo.so.5,然后make clean,make,make install

 

memkeys 安装时遇到的问题及解决办法

原文:http://www.cnblogs.com/xzysaber/p/5165345.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!