DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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

 

posted on 2017-08-01 15:58  DoubleLi  阅读(804)  评论(0编辑  收藏  举报