Ubuntu 编译 shadowsocks-libev 失败 autoreconf: automake failed with exit status
问题描述在 Debian/Ubuntu 从源代码中编译安装 shadowsocks-libev,运行以下命令。$ sudo apt-get install --no-install-recommend...
Centos 编译 shadowsocks-libev 失败 autoreconf: automake failed with exit status
问题描述在 Centos 8 安装 shadowsocks-libev,运行以下命令。$ sudo yum install epel-release -y$ sudo yum install gcc ...
openvpn 编译错误 configure: error: lzo enabled but missing
问题描述下载 openvpn 的源码,运行以下编译命令。$ wget https://swupdate.openvpn.org/community/releases/openvpn-2.4.9.tar...
jq 编译错误 warning: macro 'AM_PROG_LIBTOOL' not found in library
问题描述下载并编译 jq,运行以下命令。$ git clone https://github.com/stedolan/jq.git$ cd jq$ git submodule update --in...
jq 编译错误 configure: error: You need bison version 3.0 or greater
问题描述下载 jq 远吗并编译,命令如下:$ git clone https://github.com/stedolan/jq.git$ cd jq$ git submodule update --i...
jq 编译错误 autoreconf: failed to run aclocal: No such file or directory
问题描述下载并编译 jq,运行以下命令。$ git clone https://github.com/stedolan/jq.git$ cd jq$ git submodule update --in...
openvpn 编译失败 configure: error: route utility is required but missing
问题描述下载并解压 openvpn 的源码,运行以下编译命令:./configure --prefix=/opt/openvpn-2.4.9最后报错了。checking for lzo1x_1_15_...
openvpn 安装失败 configure: error: openssl check failed
问题描述使用 ./configure --prefix=/opt/openvpn-2.4.9 命令安装 openvpn,最后报错了。checking for setcon in -lselinux.....
PHP 编译错误 Package requirements (libzip >= 0.11) were not met
问题描述在 Linux 编译 php-7.4.6,./configure --prefix=/opt/php-7.4.6 --enable-fpm --with-curl --with-zip --w...
PHP 7.4 configure 错误 error: Package requirements (zlib) were not met
问题描述在 Linux 编译 php-7.4.6,./configure --prefix=/opt/php-7.4.6 --with-pdo-mysql --enable-fpm --with-cu...
随机主题