wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.37.tar.gzwgethttp://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz先安装/hcdata/software/pcre-8.37./configuremake&&makeinstall./configure--user=www\>--group=www\>--prefix=/hcd..
分类:
Web程序 时间:
2015-05-06 15:29:05
阅读次数:
165
1:configure:error:xm12-confignotffound.pleasecheckyourlibxm12installation[root@rh-linux/]#yuminstalllibxml2-devel-y安装完之后查找xml2-config文件是否存在[root@rh-linux/]#find/-name"xml2-config"/usr/bin/xml2-config如果存在的话重新安装php[root@rh-linuxphp-5.4..
分类:
Web程序 时间:
2015-05-06 15:24:50
阅读次数:
120
1、官网下载地址:http://nginx.org/en/download.html2、准备安装基础环境:yuminstallgccopenssl-develpcre-develzlib-devel3、解压安装文件:[root@node5~]#tarxvfnginx-1.6.3.tar.gz[root@node5~]#cdnginx-1.6.34、编译:[root@node5nginx-1.6.3]#./configure--prefix=/opt/..
分类:
其他好文 时间:
2015-05-06 15:21:56
阅读次数:
149
一.源代码类型和编译文件的关系不写了.看图吧,点开图放大看一下二.实例操作之nginx编译安装1.确保当前系统时间正确2.解压软件包并进入软件包tar-xfnginx-1.4.2.tar.gzcdnginx-1.4.2使用./configure–help获取帮助信息.3.安装软件./configure--prefix=/usr/local/nginx--conf-p..
分类:
系统相关 时间:
2015-05-06 01:43:19
阅读次数:
249
首先:配置本地源,挂载光驱,安装编译器Yuminstallgccgcc-c++wgethttp://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
tarzxvflibevent-1.4.9-stable.tar.gz
cdlibevent-1.4.9-stable/
Mkdir/usr/local/libevent
./configure--prefix=/usr/local/libevent
make&&..
分类:
系统相关 时间:
2015-05-06 01:41:36
阅读次数:
272
yum-yinstallcmakemakencurses-develgccgcc-c++bisonperl创建MySQL用户和用户组/usr/sbin/groupaddmysql/usr/sbin/useradd-gmysqlmysql解压缩tarzxvfmysql-5.6.12.tar.gzcdmysql-5.6.12MySQL5.5之前的版本是configure现在是cmake,格式略有不同,以下使用了换行符,如果不用换..
分类:
数据库 时间:
2015-05-06 01:36:28
阅读次数:
177
查看RMAN所有配置
RMAN> show all;
RMAN configuration parameters for database with db_unique_name ORACLE007 are:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS; ——————备...
分类:
其他好文 时间:
2015-05-05 19:47:39
阅读次数:
174
微软刚发布的Visual Studio Code还不支持安装扩展,没有内置的HTML预览功能。如果想要编辑HTML之后直接运行,可以?ctrl+shift+p?搜索?Configure Task Runner. 回车之后打开?tasks.json,修改一下: {
????...
分类:
Web程序 时间:
2015-05-05 17:01:56
阅读次数:
121
首先:配置本地源,挂载光驱,安装编译器Yuminstallgccgcc-c++wgethttp://monkey.org/~provos/libevent-1.4.9-stable.tar.gz
tarzxvflibevent-1.4.9-stable.tar.gz
cdlibevent-1.4.9-stable/
Mkdir/usr/local/libevent
./configure--prefix=/usr/local/libevent
make&&..
分类:
系统相关 时间:
2015-05-05 16:55:13
阅读次数:
286
linux下使用非root账号安装zabbix-client使用非root账号rusky登录:[rusky@testServer]#tar zxvf zabbix-2.4.5.tar.gz #cd zabbix-2.4.5编译安装:# ./configure --prefix=/home/rusk....
分类:
系统相关 时间:
2015-05-05 16:16:42
阅读次数:
278