关于编译安装php的选项可以为./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-pdo-mysql=mysqlnd--with-mysqli=mysqlnd--with-iconv--with-openssl--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-libxml-dir=/usr/--enable-xml--ena..
分类:
Web程序 时间:
2015-01-08 15:38:08
阅读次数:
182
wget http://memcached.org/latesttar -zxvf memcached-1.x.x.tar.gzcd memcached-1.x.x./configure && make && make test && sudo make install memcache can't...
分类:
系统相关 时间:
2015-01-08 15:06:11
阅读次数:
187
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:
其他好文 时间:
2015-01-08 14:50:51
阅读次数:
188
首先介绍下ifconfig: ifconfig - configure a network interface (ifconfig if意思是interface)通常会输出:eth0,eth1,eth2……代表网卡一,网卡二,网卡三……lo代表127.0.0.1,即localhost参考:http:...
分类:
其他好文 时间:
2015-01-08 13:08:55
阅读次数:
148
1、从官网下载源码 emacs-24.4.tar.gzhttp://ftp.gnu.org/pub/gnu/emacs/2、解压后,依照INSTALL进行安装3-1、生成配置文件emacs-24.4$ ./configure遇到的问题1:configure: error: The following...
分类:
系统相关 时间:
2015-01-08 12:52:10
阅读次数:
1138
1,编译安装Apache的时候没有报错,版本是httpd-2.2.29.tar.gz2,安装MySQL时也没有报错,版本是MySQL-server-5.6.17记得大概是的3,编译安装PHPadmin也没有报错3,编译安装PHP时,出现报错的次数比较多1)./configure--with-mysql=/usr/local/mysql--with-apxs2=/usr/local/apa..
分类:
Web程序 时间:
2015-01-08 11:34:48
阅读次数:
167
rman异机恢复
注意事项:
1.源数据库与目标数据库的目录结构相同
2.目标数据库只需要安装ORACLE软件(但是参数文件中指定的目录要创建)
3.要将源数据库的数据文件,参数文件,控制文件,密码文件,归档日志统统备份
1.源数据库备份
参数文件与控制文件自动备份
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE C...
分类:
其他好文 时间:
2015-01-07 23:39:29
阅读次数:
425
安装PHP的MEMCACHE扩展下载http://pecl.php.net/package/memcache tar-zxvfmemcache-3.0.8.tgz cdmemcache-3.0.8.tgz /usr/bin/phpize ./configure--enable-memcache make&&makeinstall 显示完成:Installingsharedextensions:/usr/lib/php/modules/添加php扩展文件 vim..
分类:
Web程序 时间:
2015-01-07 19:18:28
阅读次数:
185
#我们开始装memcachetar-zxvftar-zxvflibevent-1.4.13-stable.tar.gz
cdlibevent-1.4.13-stable
./configure--prefix=/usr
make&&makeinstall
#查看libevent是否安装完成
ls-al/usr/lib|greplibevent
tar-zxvfmemcached-1.4.17.tar.gz
cdmemcached-1.4.17
./configure..
分类:
Web程序 时间:
2015-01-07 19:12:37
阅读次数:
199
这个本来很简单,但是安装过程中出现很多错误,在这做一下备忘录我的环境的redhat5,keepalived刚开始下载的是1.2.51.2.5版本安装解压./configure(加不加内核路径都一样)make&&makeinstall发现报错,信息如下Infileincludedfromlibipvs.c:25:libipvs.h:99:error:expec..
分类:
系统相关 时间:
2015-01-07 19:00:52
阅读次数:
248