编译samba遇到need autoconf 2.53 or later to build samba from GIT
Posted teamlet
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译samba遇到need autoconf 2.53 or later to build samba from GIT相关的知识,希望对你有一定的参考价值。
在使用Objective-C wrapper for sambaclient的时候,rake 出现编译错误。
操作步骤:
1、下载
2、解压kxsmb
3、进入kxsmb目录
4、执行 rake
错误提示包括 : need autoconf 2.53 or later to build samba from GIT ...
解决方法:
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz
tar -xzf autoconf-2.69.tar.gz
cd autoconf-2.69
./configure && make && sudo make install
安装完毕后,再执行rake,生成最后的依赖库。
以上是关于编译samba遇到need autoconf 2.53 or later to build samba from GIT的主要内容,如果未能解决你的问题,请参考以下文章
比特币源码分析--深入理解区块链 2.比特币核心源码的编译安装和打包工具Autoconf使用