今天开始学习下linux,实际上已经学习这个好久了,但是实验做的特别少,今天偶尔安装下httpd。首先,百度搜索了下,从网站http://httpd.apache.org/download.cgi下下了个httpd-2.4.10.tar.gz..解压包tarzxvfhttpd-2.4.10.tar.gz切换目录cdhttpd-2.4.10配置./configure--prefix=..
分类:
其他好文 时间:
2014-09-09 13:40:49
阅读次数:
255
1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”。表示curl未启用https,需要重新编译php所使用的curl库。cd curl-7.31.0./configure -...
分类:
其他好文 时间:
2014-09-09 11:26:08
阅读次数:
358
今天给php编译安装Fileinfo的时候,报configure:WARNING:Youwillneedre2c
0.13.4orlaterifyouwanttoregeneratePHPparsers.看了下说是要re2c这个东西.解决办法:wgethttp://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/downloadtarzxfre2c-0.13.5.tar.gz..
分类:
Web程序 时间:
2014-09-09 09:10:09
阅读次数:
256
问题描述:
11G RAC安装时,GI已经安装完成,各服务状态正常,运行ASMCA时出错(ASM实例状态都是正常的)。
提示是:ASMCA detected pre 11gR2 ASM, but it does not have a local instance configure on this node;具体信息看下图。
解决办法是:重新注册资源,,我是重启了OS,或者也可能重启CR...
分类:
其他好文 时间:
2014-09-07 16:03:45
阅读次数:
403
首先安装apache、mysql和php,依次顺序安装。1.apache、mysql的安装比较简单,略过2. php的安装,我安装的是php5.3.6内置了php-fpm,所以不需要再单独下补丁了。./configure –prefix=/usr/local/php5 /--with-mysql=/...
分类:
Web程序 时间:
2014-09-06 13:38:03
阅读次数:
273
操作系统是RHEL6.2安装unixodbc以及依赖包yum-yinstallgccgcc-c++unixodbcunixODBC-develpython-devel安装freetdstarxffreetds-stable.tgzcdfreetds-0.91/./configure--prefix=/usr/local/freetds--with-unixodbc=/usr/--with-tdsver=5.0makemakeinstall配置freetds并用tsql测..
分类:
数据库 时间:
2014-09-05 16:25:52
阅读次数:
232
一、 Ngix依赖模块安装
Ngix依赖模块有:pcre、zlib、openssl、md5 /sha1(如果系统中没有安装相应模块,需要按照下列方式安装)
1、 安装pcre模块(8.35)
官方网站:http://www.pcre.org/
安装命令:
# unzip pcre-8.35.zip
# cd pcre-8.35
# ./configure
# make && mak...
分类:
其他好文 时间:
2014-09-04 22:21:51
阅读次数:
326
前提:安装cmake(mysql5.5以后是通过cmake来编译的)到网络去下载一下吧,安装方法如下:[root@webserver soft]#tar -xzvf cmake-2.6.4.tar.gz[root@webserver cmake-2.6.4]#./configure --prefix...
分类:
数据库 时间:
2014-09-04 18:47:19
阅读次数:
296
1、InstancePerDependency对每一个依赖或每一次调用创建一个新的唯一的实例。这也是默认的创建实例的方式。官方文档解释:Configure the component so that every dependent component or call to Resolve() get...
分类:
其他好文 时间:
2014-09-04 14:41:09
阅读次数:
179
12.安装nginx所需的pcre库:tar-zxvfpcre-8.31.tar.gzcdpcre-8.31./configuremake&&makeinstallcd../13.安装Nginx:tar-zxvfnginx-1.5.8.tar.gzcdnginx-1.5.8./configure--user=www--group=www--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_..
分类:
数据库 时间:
2014-09-04 03:01:48
阅读次数:
962