码迷,mamicode.com
首页 > Web开发 > 详细

安装nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined

时间:2016-12-21 03:15:23      阅读:2466      评论:0      收藏:0      [点我收藏+]

标签:nghttp2

nghttp2 报错error: Libtool library used but ‘LIBTOOL‘ is undefined

如果重新安装libtool和autoconf升级到2.69后,还是报错,

则进行下面的操作:

1,查看aclocal的路径 aclocal --print-ac-dir

显示/usr/local/share/libtool/m4

ls看看里面没有m4文件。

则copy /usr/share/libtool/m4里面的m4文件到此目录下。


2,cd到nghtt2目录

 执行

libtoolize 

aclocal

autoheader


3,重新执行

$ autoreconf -i

$ automake

$ autoconf

$ ./configure xxxx

$ make


安装nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined

标签:nghttp2

原文地址:http://mingtangduyao.blog.51cto.com/4876371/1884489

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!