码迷,mamicode.com
首页 >  
搜索关键字:apr-util    ( 373个结果
编译安装Apache2.4.10
1、先安装apr、apr-util、pcre、openssl 安装aprtar zxvf apr-***.tar.gzcd apr-***/./configure --prefix=/usr/local/aprmake && make install 安装apr-utiltar zxvf apr.....
分类:其他好文   时间:2014-09-24 00:43:45    阅读次数:273
CentOS 编译配置 apache
Centos-7.x86_64下。编译时可能提示:checking for APR... noconfigure: error: APR not found. Please read the documentation.checking for APR-util... noconfigure: er...
分类:其他好文   时间:2014-09-23 14:20:34    阅读次数:158
Linux下apache+php搭建配置记录
linux下apache+php搭建配置记录 ? 第1章 ?环境说明 1.1 系统说明 CentOS 6.4 1.2 软件说明 httpd-2.4.2.tar.gz apr-util-1.4.1.tar.gz apr-1.4.6.tar.gz pcre-8.13.tar.gz php-5.4.3.tar.bz2 libmcrypt-2.5.8.t...
分类:Web程序   时间:2014-09-22 01:37:41    阅读次数:345
在vs2010中编译log4cxx-0.10.0详细方法(从下载、编译、解决错误详细介绍)(转载)
本文一共包含了17个步骤,按照下面的步骤就可以完成vs2010中编译log4cxx的工作了。1. 下载 log4cxx 以及 apr 和 apr-util 源码:a) http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache...
分类:其他好文   时间:2014-09-19 10:06:05    阅读次数:225
编译安装apache
1、下载apachewgethttp://mirrors.hust.edu.cn/apache//httpd/httpd-2.4.10.tar.gzwgethttp://archive.apache.org/dist/apr/apr-1.5.1.tar.gzwgethttp://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gzwgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8..
分类:其他好文   时间:2014-09-18 16:49:04    阅读次数:205
在vs2010中编译log4cxx-0.10.0详细方法
本文一共包含了17个步骤,按照下面的步骤就可以完成vs2010中编译log4cxx的工作了。1. 下载 log4cxx 以及 apr 和 apr-util 源码:a)http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-...
分类:其他好文   时间:2014-09-16 14:12:20    阅读次数:215
PHP APC安装与使用
先要解决一下httpd-devel依赖库问题yum install cyrus-sasl-devel db4-devel openldap apr apr-util apr-util-develpcre-devel手动安装:官网http://cn2.php.net/manual/zh/book.ap...
分类:Web程序   时间:2014-09-14 23:16:57    阅读次数:319
编译安装httpd-2.4.9及配置其相关的工作方式
写在前面:如果此文有幸被某位朋友看见并发现有错的地方,希望批评指正。如有不明白的地方,愿可一起探讨。解决依赖关系httpd-2.4.9依赖于较新版本的apr和apr-util,接下来就编译安装apr和apr-util1、编译安装apr#tarxfapr-1.5.0.tar.bz2 #cdapr-1.5.0 #./configure--prefix=/u..
分类:其他好文   时间:2014-09-09 13:49:59    阅读次数:276
源码安装Apache,报错:Cannot use an external APR with the bundled APR-util和httpd: Could not reliably determine the server's fully qualified domain name
一、解决APR和APR-util错误: 1.1、安装APR:[root@ganglia httpd-2.2.23]# cd srclib/apr[root@ganglia apr]# ./configure --prefix=/usr/local/apr root@ganglia apr]# ...
分类:其他好文   时间:2014-09-02 17:10:15    阅读次数:186
apache+subversion+centos
一 、先介绍一下Subversion和apache,apr,apr-util的关系 很多朋友初次接触Subversion时不是很理解subversion和apache的关系。 我在这里简单说明一下svn服务器和客户端的安装说明。1.1服务器 subversion服务器是不需要apache的,但是可以...
分类:其他好文   时间:2014-08-20 12:17:02    阅读次数:225
373条   上一页 1 ... 32 33 34 35 36 ... 38 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!