从 php 5.3.3 起,就可直接使用 PHP-FPM ,不再需要打补丁了。此前已写过《Linux 从源码编译安装 PHP 5》 见 http://www.linuxidc.com/Linux/2011-10/45743.htm,但是以 mod_php 模块方式,而非 FastCGI 模式运行 p...
分类:
Web程序 时间:
2014-08-18 10:41:13
阅读次数:
362
yum -y install gcc gcc-c++ gcc autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl make cmakegroupadd mysqluseradd -r -g mysql...
分类:
数据库 时间:
2014-08-15 17:20:59
阅读次数:
269
操作环境:http主机,php主机,MariaDB主机,操作系统CentOS6.5x86_64全部安装包组:DevelopmenttoolsServerPlatformDevelopmenthttpeth0IP:172.16.32.11MariaDBeth0IP:172.16.32.10phpeth0IP:172.16.32.12httpd2.4新特性:解释下面安装用到的几个event不再是测试状态,而是可..
分类:
数据库 时间:
2014-08-15 02:53:18
阅读次数:
433
文章摘要:本文记录了在win7下,通过源码,编译,安装osgearth的全部过程。环境说明:vs2010/cmake3.01/openscenegraph3.2/osgearth2.5一、下载源码下载源码包 https://github.com/gwaldron/osgearth/zipball/o...
1.安装apr,apr-utils,pcre-devel和openssl-devel[root@wh1~]#tarxfapr-1.5.1.tar.gz
[root@wh1~]#tarxfapr-util-1.5.3.tar.gz
[root@wh1apr-1.5.1]#cdapr-1.5.1
[root@wh1apr-1.5.1]#./configure--prefix=/usr/local/apr
[root@wh1apr-1.5.1]#make&&makeinstall
[roo..
分类:
其他好文 时间:
2014-08-11 03:10:02
阅读次数:
485
一、httpd-2.4的新特性1)MPM支持在运行时装载;--enable-mpms-shared=all--with-mpm={prefork|worker|event}2)支持eventmpm3)异步读写4)在每模块及每目录分别使用不同的日志级别5)每请求的配置;<If>,<Elseif>6)增强版的表达式分析器7)毫秒级的keepalive的t..
分类:
其他好文 时间:
2014-08-11 03:02:02
阅读次数:
274
nginx可以使用各平台的默认包来安装,本文是介绍使用源码编译安装,包括具体的编译参数信息。正式开始前,编译环境gcc g++ 开发库之类的需要提前装好,这里默认你已经装好。ububtu平台编译环境可以使用以下指令apt-get install build-essential apt-get ins...
分类:
其他好文 时间:
2014-08-11 00:10:01
阅读次数:
263
目录环境:win7+vs2010,以版本192为例 第一步:源码下载:http://download.osgeo.org/gdal/gdal192.zip 第二步:前提是已经在机器上成功安装了vs2010开发环境; 1 编译GDAL 将GDAL源码解压到指定目录下,如:D:\code\gdal-1....
分类:
其他好文 时间:
2014-08-05 18:17:59
阅读次数:
324
系统:Cenos6.5X64软件:tengine-2.0.3.tar.gzpcre-8.33.tar.bz2mysql-5.6.12.tar.gzphp-5.5.14.tar.bz2一、安装nginx1.1安装nginx所需的pcre-devel库,使nginx支持HTTPRewrite模块[root@node3pcre-8.33]#./configure--prefix=/home/webserver/pcre&&make&&make..
分类:
其他好文 时间:
2014-08-04 18:18:29
阅读次数:
402
在之前的文章中,和大家分享了在天朝下下载android 4.4.2源码的过程(详见下载android4.4.2源码全过程(附已下载的源码)),现在写下编译的笔记。
虽然在android doc中,有提到可以用open jdk来编译,见:https://source.android.com/source/initializing.html,描述如下:
Installing the J...
分类:
移动开发 时间:
2014-07-31 09:51:46
阅读次数:
253