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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装nghttp2 报错error: Libtool library used but 'LIBTOOL' is undefined相关的知识,希望对你有一定的参考价值。

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 api.binance.com ssl 错误

centos6.5/6.8上安装nghttp2失败

cURL 不适用于 nghttp2

ubuntu 安装swoole

nghttp2:POST 有效载荷

PHP7