Linux安装Apache常见报错(二)
程序员文章站
2022-04-19 20:33:51
配置Apache提示报错configure error: APR could not be located. Please use the --with-apr option. 解决办法: ./configure --prefix=usr/local/apache/ --with-apr=/usr/ ......
配置Apache提示报错configure error: APR could not be located. Please use the --with-apr option.
解决办法:
./configure --prefix=usr/local/apache/ --with-apr=/usr/local/apr-httpd/ --with-apr-util=/usr/local/apr-util-httpd/
加上apr的安装路径即可。
推荐阅读
-
linux二进制通用包安装mysql5.6.20教程
-
Linux下Mysql5.6 二进制安装过程
-
linux下apache、mysql、php安装配置详细笔记
-
linux 学习第十四天(Apache安装、基于ip、基于域名、基于端口配置)
-
二进制编辑器有哪些(linux二进制编辑器安装步骤())
-
Linux安装MySQL教程(二进制分发版)
-
linux系统下php安装mbstring扩展的二种方法
-
lanmp(Linux Apache Nginx Mysql Php) 的安装配置
-
linux网站服务Apache的安装与配置方法详解
-
Linux+php+apache+oracle环境搭建之CentOS下安装Oracle数据库