libtool可以用于生成Makefile文件,比如在安装wolfSSL过程中,由于源工程没有直接提供configure文件,而只有configure.ac,此时需要转换生成configure,接着再生成Makefile.目前Ubuntu系统默认安装(比如apt-get install libtool)2.4.2版本,如果在配置安装一些工程时提示LIBTOOL版本过低的问题,此时可以配置安装目前最新的2.4.7版本。
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文件到此目录下。
安装Libtool 命令如下: patch -Np1 -i ../libtool-1.4.2.patch && ./configure --prefix=/usr && make && make install 命令解释 patch -Np1 -i ../libtool-1.4.2.patch: 这个补丁修正了在 Autoconf 2.53 和 Libtool 1.4.x 之间的一个不兼容。具体地说,不建议使用的( deprecated )m4 宏 AC_PROVIDE...
resin-4.0.53在centos编译安装报错 /opt/resin-pro-4.0.53/libtool --silent --mode=compile gcc -o stream.lo -c -I/usr/include -g -O2 -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -pthread -fPIC -fno-omit-frame-pointer -O2 -DHAS_SOCK_TIMEOUT -DHAS_SENDFILE -DHAS_SPLICE -DPOLL -DHAS...
resin-4.0.53在centos编译安装报错 /opt/resin-pro-4.0.53/libtool --silent --mode=compilegcc-o stream.lo -c -I/usr/include -g -O2 -DEPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -pthread -fPIC -fno-omit-frame-pointer -O2 -DHAS_SOCK_TIMEOUT -DHAS_SENDFILE -DHAS_SPLICE -DPOLL -DHAS_JV...
准备开动,没想到刚开始就遇到很多错误,根据错误提示先后安装了libxml2-2.7.3,zlib-1.2.5和libtool-2.4,这些不是重点,不多说了。 开始装apache2, ./configure --prefix=/usr/local/apache2 --enable-rewrite --enable-mods-shared=most --enable-so --sbindir=/usr/sbin --enable-cgi ...
make install; 5. 安装libtool,先解压,tar -zxvf libtool-2.4.2.tar.gz ; 进入解压后的libtool-2.4.2;执行./configure;make;make install; 6. 安装nginx,先解压,tar -zxvf nginx-1.13.9.tar.gz ; 进入解压后的nginx-1.13.9;执行./configure;make;make install; 7. 安装完成后,nginx所在目录: /usr/...
nginx1.20.2离线安装包(含gcc、gcc-c++、pcre、libtool、nginx).zip nginx1.20.2离线安装包(含gcc、gcc-c++、pcre、libtool、nginx).zip Sw**tm上传50.16MB文件格式zipnginx运维 nginx1.20.2离线安装包(含gcc、gcc-c++、pcre、libtool、nginx).zip (0)踩踩(0) 所需:1积分...
pecl 安装 swoole 失败 提示 You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.11 linux sudo pecl install swoole 提示 {{{ running: make /bin/bash /tmp/pear/temp/pear-build-rootHZoZeZ/swoole-2.2.0/libtool —mode=compile cc -I. -I/tmp/pear/temp/swoole -DPHP...
如果重新安装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目录 ...