autoreconf -ivf 报错error: required file './ltmain.sh' not found
现象
在编译源码https://github.com/RedisLabs/memtier_benchmark 的时候执行下面命令:
autoreconf -ivf
./configure
make
sudo make install
报错如下:
error: required file './ltmain.sh' not found
处理方法
执行下面命令
libtoolize --automake --copy --debug --force
标 题:《autoreconf -ivf 报错error: required file './ltmain.sh' not found》
作 者:zeekling
提 示:转载请注明文章转载自个人博客:浪浪山旁那个村

0 评论