码迷,mamicode.com
首页 >  
搜索关键字:.configure    ( 6481个结果
在github上参与开源项目贡献代码
1 登录github, 点击自己感兴趣的repository的fork按钮,这样自己的github主页会有一个拷贝。2 在自己本地修改同时保持和原来的repository同步:git remote -v, 看看自己当前git repository的configure, origin 表示自己的rep...
分类:其他好文   时间:2014-08-07 21:55:50    阅读次数:220
configure JAAS for jboss 7.1 and mysql--reference
Hello all, In this tutorial we are going to configure JAAS for jboss 7.1 and mysql for Form based authentication to be used in a web application. . We...
分类:数据库   时间:2014-08-07 18:53:50    阅读次数:386
fastdfs安装
1:安装libevent     rpm -aq |grep libevent|xargs rpm -e --nodeps     tar zxvf libevent-2.0.21-stable.tar.gz     cd libevent-2.0.21-stable     ./configure --prefix=/usr/local/libevent     make && mak...
分类:其他好文   时间:2014-08-07 13:26:20    阅读次数:294
Nginx 安装文档 (二)PHP
下载、编译安装wgethttp://cn2.php.net/distributions/php-5.4.7.tar.gz tarzvxfphp-5.4.7.tar.gz cdphp-5.4.7 ./configure--prefix=/usr/local/php--enable-fpm--with-mcrypt--enable-mbstring--disable-pdo--with-curl--disable-debug--disable-rpath--enable-inline-opt..
分类:Web程序   时间:2014-08-07 07:34:00    阅读次数:271
简单编译bind
编译之前安装开发环境:Developmenttools,ServerPlatformDevelopment,gcc等。创建named用户及属组#groupadd-g53-rnamed#useradd-gnamed-r-u53named2.从isc.org上下载bind源代码3.编译安装#tarxfbind-9.9.5.tar.gz#cdbind-9.9.5#./configure--prefix=/usr/local/bind9--syscon..
分类:其他好文   时间:2014-08-07 07:23:30    阅读次数:271
rman configure命令
记录rman的命令,备忘 连接到目标数据库: BACK (DBID=4048592102) 连接到恢复目录数据库 RMAN> 2> show all;           --查看参数 RMAN 配置参数为: CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 3 DAYS; CONFIGURE BACKUP OPTIMIZAT...
分类:其他好文   时间:2014-08-06 23:11:12    阅读次数:284
centos 下编译安装mysql5.1与mysql5.5
mysql5.1.60编译安装 1、tar -zxvf mysql* 2、./configure 之前要make clean ./configure --prefix=/home/shk/mysql-5.1.60 \ --enable-local-infile \ --with-unix-so...
分类:数据库   时间:2014-08-06 22:15:52    阅读次数:399
lnmp 源码部署------2
安装php扩展软件#哈稀函数库[root@localhost~]#tar-zxvfmhash-0.9.9.9.tar.gz[root@localhostmhash-0.9.9.9]#cdmhash-0.9.9.9[root@localhostmhash-0.9.9.9]#./configure[root@localhostmhash-0.9.9.9]#make[root@localhostmhash-0.9.9.9]#makeinstall#处理中文各种编码之间的..
分类:其他好文   时间:2014-08-06 19:29:22    阅读次数:286
一般的安装步骤
具体安装步骤: 1、解压:$tar zxvf libxml2-2.6.20.tar.gz 2、进入解压后的安装目录:$cd libxml2-2.6.20 3、安装三部曲:1)$./configure 2)$make 3)$make installtar xvf libxml2.tgz如果有T,那.....
分类:其他好文   时间:2014-08-06 17:38:01    阅读次数:197
linux安装php出现的各种错误解决方案
configure: error: Try adding --with-zlib-dir=. Please check config.log for more information.----------------------------------------------------------...
分类:Web程序   时间:2014-08-06 01:22:41    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!