mod_deflate has been requested but can not be built due to prerequisite failures(ubuntu centent)

mod_deflate has been requested but can not be built due to prerequisite failures(ubuntu centent)

2011-02-19 23:25:19|  分类: 默认分类|举报|字号 订阅

如果在安装apache的时候入到 error: mod_deflate has been requested but can not be built due to prerequisite failures的错误,那是没有安装zlib包。centos下可以采用yum install zlib-devel, ubuntu下可以采用apt-get install zlib1g-dev.

时间: 2024-11-07 21:15:51

mod_deflate has been requested but can not be built due to prerequisite failures(ubuntu centent)的相关文章

Ubuntu 下配置apache和APR

软件环境:ubuntu14.04  虚拟机Vmware  软件:http://httpd.apache.org/  httpd-2.2.29.tar.gz  不需要单独下载APR. 1.解压apache源码# tar xvzf httpd-2.2.29.gz# cd httpd-2.2.292.安装apr# cd srclib/apr# ./configure --prefix=/usr/local/apr //配置到指定目录# make# make install //需要再root模式下运行

LNMP编译安装遇到问题归总

LNMP编译安装遇到问题归总 1.错误:configure: error: freetype-config not found. 解决:yum install freetype-devel 2.错误:configure: error: libevent >= 1.4.11 could not be found  解决:yum -y install libevent libevent-devel 3.错误:configure: error: Please reinstall the mysql d

虚拟机之 LAMP

LAMP 就是Linux apache mysql php 一.下载: 安装下载工具 yum install wget -y mysql:5.5.47 wget http://mirrors.sohu.com/mysql/MySQL-5.5/mysql-5.5.47-linux2.6-x86_64.tar.gz apache:2.4.18 wget http://mirrors.sohu.com/apache/httpd-2.4.18.tar.gz php:5.6.9 wget http://m

Nagios安装部署

p.MsoNormal,li.MsoNormal,div.MsoNormal { margin: 0cm; margin-bottom: .0001pt; line-height: 150%; font-size: 13.5pt; font-family: "Calibri", "sans-serif" } h1 { margin-top: 17.0pt; margin-right: 0cm; margin-bottom: 16.5pt; margin-left:

centos6.5下Apache 安装

1.下载apache  www.apache.org 找到相应的地址复制后 weget即可,也可以用下面这个 wget http://mirrors.cnnic.cn/apache/httpd/httpd-2.4.23.tar.gz tar -xf httpd-2.4.23.tar.gz ./configure  --prefix=/application/apache2.4.23 --enable-deflate  --enable-expires --enable-header  --ena

编译apache时报错

编译报错 checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures 原因:没装zlib-devel yum -y install zlib-devel

LAMP 环境搭建

1.0   Mysql 的安装 MySQL的安装方式有4种: yum/rpm包安装    二进制安装     源码编译安装     源码软件结合 二进制包名与源码包名区别如下: 二进制包名:  mysql-5.5.32-linux2.6-x86.tar.gz 源 码 包 名:  mysql-5.5.32.tar.gz 安装步骤如下: 1.创建mysql用户账号 # useradd  -s  /sbin/nologin  -M  mysql 2.进入安装软件的固定目录下载MySQL 软件包 1)

ubuntu10.04编译安装LAMP

ubuntu10.04编译安装LAMP以及简单wordpress的使用 : http://linuxme.blog.51cto.com/1850814/971631 一.源码安装LAMP 网上有一堆关于介绍lamp的在这里我就不罗嗦了,直接上配置过程 1.apr包的安装 apr简介: The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that

编译安装Apache

1.apache官网下载地址: http://www.apache.org/dyn/closer.cgi 2.进入到目录.下载源码包 cd /usr/local/src wget http://mirror.bit.edu.cn/apache/httpd/httpd-2.2.31.tar.bz2 3.解压: tar -jxvf httpd/httpd-2.2.31.tar.bz2 4.解压完之后进入到源码包目录 cd httpd-2.2.31 如果第一步你没有文档参考可以去查看 vim INST