Linux上安装Apache时,编译出现错误:
checking for APR... no configure: error: APR not found . Please read the documentation
安装APR,下载所需软件包,如果此时计算机可以上网,执行命令下载文件:
wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz wget http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz wget http://jaist.dl.sourceforge.net/project/pcre/pcre/8.10/pcre-8.10.zip
apr not found问题
tar -zxf apr-1.4.5.tar.gz cd apr-1.4.5 ./configure --prefix=/usr/local/apr make && make install
APR-util not found问题
tar -zxf apr-util-1.3.12.tar.gz cd apr-util-1.3.12 ./configure --prefix=/usr/local/apr-util -with-apr=/usr/local/apr/bin/apr-1-config make && make install
pcre问题
unzip -o pcre-8.10.zip cd pcre-8.10 ./configure --prefix=/usr/local/pcre make && make install
最后编译Apache时加上:
--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre
例如:
./configure --prefix=/usr/local/apache2 --enable-so --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util/ --with-pcre=/usr/local/pcre
请您到ITEYE网站看 java小强 原创,谢谢!
http://cuisuqiang.iteye.com/!
自建博客地址:http://www.javacui.com/ ,内容与ITEYE同步!
相关推荐
### Apache2.4完整安装及解决configure: error: APR-util not found问题 #### 一、背景介绍 Apache HTTP Server(通常简称为Apache)是目前最流行的Web服务器软件之一,广泛应用于互联网上的各种网站和应用程序。...
Apache遇到的"APR not found"问题通常是由于Apache编译时找不到对应的Apache Portable Runtime (APR)库导致的。APR是Apache HTTP服务器项目的基础组件,它提供了许多操作系统级别的接口,如文件I/O、网络通信、内存...
2. **错误:configure: error: xml2-config not found. Please check your libxml2 installation.** 解决方案:对于CentOS,执行`yum -y install libxml2 libxml2-devel`;Debian用户则运行`apt-get install libxml...
- **configure:error:APR not found. Please read the documentation.** - 解决方法:确保已经按照正确顺序安装了APR,并且指定了正确的安装路径。 - **configure:error:APR-util not found. Please read the ...
在给定的压缩包文件中,包含的是Apache安装过程中常用的三个关键依赖包:`apr-1.5.2.tar.gz`, `apr-util-1.5.4.tar.gz`, 和 `pcre-8.32.tar.gz`。 1. **Apache Portable Runtime (APR)** APR 是 Apache ...
在配置安装参数时,可能会出现错误:error: APR not found. Please read the documentation。这是因为没有安装 apache 的关联软件 APR 和 APR-UTIL。 解决办法: 1. 下载 APR 和 APR-UTIL 的源文件: ...
apache-http源码编译 1、httpd-2.4.41.tar 2、apr-1.7.0.tar 报错: rm: cannot remove `libtoolT': No such file or..../configure --prefix=/usr/local/apache --with-apr=/usr/local/apr/ --with-apr=/usr/local/apr
记得检查错误日志(通常位于`/usr/local/apache2/logs/error_log`),以确认是否有其他问题。 在处理这类问题时,保持耐心和仔细检查错误信息是关键。有时,问题可能出在编译选项、依赖库的版本不兼容或是环境变量...
2. 进入httpd-2.4.3目录,执行命令`./configure`,但是会出现错误`configure: error: APR not found. Please read the documentation.`。这是因为Apache需要关联软件APR的支持。 安装APR 1. 下载apr-1.4.6.tar.gz...
本文将详细解析标题和描述中提到的几个关键压缩包:`apr-1.4.6.tar.gz`、`apr-iconv-1.2.1.tar.gz` 和 `apr-util-1.4.1.tar.gz`,这些都是Apache安装的重要组成部分。 首先,`apr-1.4.6.tar.gz` 是APR库的主要版本...
Apache服务器是全球最广泛使用的Web服务器,其稳定性和可扩展性深受开发者喜爱。在构建和维护Apache服务器时,经常会...在部署和维护Apache服务器时,理解和掌握APR的使用对于优化服务器性能和解决兼容性问题至关重要。
在使用Linux或Unix类操作系统时,可能会遇到"sqlite3 not found"这样的错误提示,这通常意味着系统中没有安装SQLite3这个数据库引擎或者其路径没有被正确地添加到系统的PATH环境变量中。SQLite3是一个轻量级、开源的...
【标题】Linux与Windows下的APR、APR-Iconv及APR-Util安装指南 【正文】 Apache Portable Runtime(APR)是Apache HTTP服务器项目的基础库,它为各种操作系统提供了一个统一的接口,使软件开发人员能够在不同的...
在Apache的源代码目录中执行`./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util`,指定apr和apr-util的安装路径。 6. **继续编译Apache**:完成依赖设置后,可以继续执行`make`和`sudo ...
根据提供的文件信息,文档标题“ubuntu-version `GLIBC-2.25` not found.pdf”以及描述“ubuntu_version `GLIBC_2.25` not found”,明确指出在Ubuntu系统上遇到了GLIBC 2.25版本未找到的问题。GLIBC(GNU C Library...
标题中的"apr-1.6.2.tar"指的是Apache Portable Runtime (APR)库的1.6.2版本的源代码文件,它被压缩成一个tar格式的档案。APR是一个由Apache软件基金会开发的C语言库,它提供了一组低级别的系统接口,用于跨平台的...
标题中的"apr-1.6.5.tar.gz"是一个开源软件包,名为“Apache Portable Runtime”(简称APR)的版本1.6.5的源代码压缩文件。这个包是用tar和gzip命令进行压缩的,因此以".tar.gz"为后缀。在Linux环境中,这种格式的...
APR全称为Apache Portable Runtime,其设计目标是为各种操作系统提供一个统一的编程接口,以消除因平台差异带来的兼容性问题。APR提供了一系列包括文件操作、网络通信、内存管理、进程和线程管理等在内的低级服务。...
1. configure: error: xml2-config not found. Please check your libxml2 installation. 解决方法: yum install libxml2-devel 此错误是由于缺少 libxml2-devel 库文件所引起的。libxml2-devel 库文件是 PHP ...
《Apache Portable Runtime (APR) 1.7.0 源码安装详解》 Apache Portable Runtime (APR) 是Apache软件基金会项目中的一个核心组件,它为多种操作系统提供了统一的接口,使得开发者可以在不同平台上编写高效且可移植...