症状:

Cent OS安装httpd-2.4.2时出错:

configure: error: APR not found

背景:

Compiling and Installing Requirements

The following requirements exist for building Apache httpd:

APR and APR-Util
Make sure you have APR and APR-Util already installed on your system. If you don't, or prefer to not use the system-provided versions, download the latest versions of both APR and APR-Util from Apache APR, unpack them into ./srclib/apr and ./srclib/apr-util (be sure the domain names do not have version numbers; for example, the APR distribution must be under ./srclib/apr/) and use ./configure's --with-included-apr option. On some platforms, you may have to install the corresponding -dev packages to allow httpd to build against your installed copy of APR and APR-Util.

本日志由 flyinweb 于 2012-04-23 15:28:45 发表到 WEB服务器 中,目前已经被浏览 215 次,评论 0 次;

作者添加了以下标签: APR not foundAPR-utilAPR

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

1、checking for SSL_set_cert_store... no
configure: error: ... Error, SSL/TLS libraries were missing or unusable

安装openssl,在编译参数中添加--with-ssl=/usr/local/ssl (ssl安装路径,根据安装的实际路径设置)

2、configure: error: Cannot use an external APR-util with the bundled APR

3、httpd configure error: APR not found

本日志由 flyinweb 于 2012-01-13 10:47:45 发表到 WEB服务器 中,目前已经被浏览 503 次,评论 0 次;

作者添加了以下标签: Apache compile failsAPR-utilAPR

在AS4U4上编译安装apache时出错的解决方案

本日志由 flyinweb 于 2009-10-12 09:41:01 发表到 WEB服务器 中,目前已经被浏览 5180 次,评论 0 次;

作者添加了以下标签: APRapache configure

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文