Linux 编译各种错误集锦

旧城等待, 2022-05-17 03:57 299阅读 0赞

问题1:

​1. Perl is not installed

​2. apxs was not found. Try to pass the path using —with-apxs2=/path/to/apxs

​3. Apache was not built using —enable-so (the apxs usage page is displayed)

解决办法:

​yum install -y perl*

​yum install -y httpd-devel

问题2:

Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this scrip

yum install autoconf(centos可能安装的时候回自动安装m4)

Ubuntu:

sudo apt-get install m4(autoconf可能依赖m4)

sudo apt-get install autoconf

发表评论

表情:
评论列表 (有 0 条评论,299人围观)

还没有评论,来说两句吧...

相关阅读

    相关 Linux安装mysql各种错误

    前言 服务器搭建mysql.修改临时密码,授权和禁止远程登录访问。 注意:我安装了 mysql 5.7 和 MySQL 8 ,有些不重要的截图可能版本对不上,安装过程

    相关 错误集锦

    前言 不知道起个什么名字,因为想记录自己遇到的一些问题,方便日后查阅。    软件:Eclipse 问题     问题1:创建maven项目的时候报的错 ![