make-fobjs/Makefile
make[1]:Enteringdirectory`/data/source/nginx‘
cd/usr/local/ufo/lib/pcre&&if[-fMakefile];thenmakedistclean;fi&&CC="gcc"CFLAGS="-O2-fomit-frame-pointer-pipe"./configure--disable-shared
/bin/sh:./configure:Nosuchfileor..
分类:
其他好文 时间:
2016-04-07 01:45:41
阅读次数:
198
root@hkg ~# apt-get install pcre* Reading package lists... DoneBuilding dependency treeReading state information... DoneNote, selecting 'libghc-regex- ...
分类:
其他好文 时间:
2016-04-03 20:05:57
阅读次数:
189
keepalived安装wgethttp://www.keepalived.org/software/keepalived-1.2.19.tar.gzyuminstallgccgcc-c++pcre-develzlib-developenssl-devel-yyum–yinstallkernel-develkerne内核开发包tar-xfkeepalived-1.2.19.tar.gzcpkeepalived-1.2.19./configure--with-kernel-dir=/usr/s..
分类:
数据库 时间:
2016-04-02 07:17:55
阅读次数:
197
下载安装和依赖包wgethttp://mirrors.cnnic.cn/apache//httpd/httpd-2.4.18.tar.bz2wgethttp://mirrors.cnnic.cn/apache//apr/apr-1.5.2.tar.gzwgethttp://mirrors.cnnic.cn/apache//apr/apr-util-1.5.4.tar.gzwgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre..
分类:
Web程序 时间:
2016-04-01 16:20:40
阅读次数:
184
ganglia安装教程依赖软件http://nchc.dl.sourceforge.net/project/pcre/pcre/8.32/pcre-8.32.tar.gztarxvzfpcre-8.32.tar.gzcdpcre-8.32-./configure–prefix=/usr/localmake&&makeinstall2.http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gztarxvzfco..
分类:
其他好文 时间:
2016-04-01 16:16:00
阅读次数:
407
我使用的环境是64位Ubuntu 12.04.1 LTS。nginx依赖以下3个模块:gzip模块需要 zlib 库rewrite模块需要 pcre 库ssl功能需要 openssl 库 1.选定源码目录选定目录 /home/jqlin/dev 2.安装gcc和gcc-c++sudo apt-get ...
分类:
其他好文 时间:
2016-03-31 23:07:37
阅读次数:
198
安装Nginx之前,首先要安装好编译环境gcc和g++,然后以CentOS为例安装Nginx,安装Nginx需要PRCE库、zlib库和ssl的支持,除了ssl外其他的我们都是去官网下载: Nginx:http://nginx.org/ PCRE:http://www.pcre.org/ zlib: ...
分类:
系统相关 时间:
2016-03-31 18:42:16
阅读次数:
163
在PHP中有两套正则表达式函数库。一套是由PCRE(Perl Compatible Regular Expression)库提供的。PCRE库使用和Perl相同的语法规则实现了正则表达式的模式匹配,其使用以“preg_”为前缀命名的函数。另一套是由POSIX(Portable Operation S ...
分类:
Web程序 时间:
2016-03-31 01:55:22
阅读次数:
251
1.1解决依赖yuminstallgccgcc-c++pcre-developenssl-devellibxml2-develGeoIP-develbzip2-devellibmcrypt-devel\libXpm-develncurses-devellibxslt-develnet-snmp-devellibpng-develmcryptmhash-devellibevent-devel\libcurl-develgdgd-devellibjpeglibjpeg-devellibpnglibpng-..
分类:
其他好文 时间:
2016-03-28 18:55:06
阅读次数:
223
一、pcre安装 yum install pcre 二、zlib zlib官方网站:http://www.zlib.net上下载源码来安装zlib软件包。目前最新版本zlib是zlib1.2.8,安装开始;$wget http://www.zlib.net/zlib-1.2.8.tar.gz$tar ...
分类:
其他好文 时间:
2016-03-27 15:47:49
阅读次数:
126