码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
centos apache php 安装
1.下载 wget http://apache.fayea.com/apache-mirror//httpd/httpd-2.2.29.tar.gztar zxvf httpd-2.2.29.tar.gzcd httpd-2.2.29./configure --prefix=/usr/local/h...
分类:Web程序   时间:2014-10-01 19:29:11    阅读次数:272
nginx的编译选项
configure脚本确定系统所具有一些特性,特别是nginx用来处理连接的方法。然后,它创建Makefile文件。configure支持下面的选项:--prefix=<path>-Nginx安装路径。如果没有指定,默认为/usr/local/nginx。--sbin-path=<path>-Nginx可执行文件安装路径。只能安装时指..
分类:其他好文   时间:2014-10-01 02:07:31    阅读次数:451
中科院中文分词系统ICTCLAS如何在安卓平台上使用
====================问题描述==================== 最近的安卓开发中需要用到中文分词,就用了中科院的这个分词系统,但是按java应用程序方法引入API中的文件(DATA,ICTCLAS,Configure)等程序总会报错,请问有人在安卓平台上用过吗?麻烦告诉我该...
分类:移动开发   时间:2014-09-30 16:38:09    阅读次数:156
zabbix通过UNIXODBC连接数据库
1)安装unixodbc管理器tarxzvfunixODBC-2.3.0.tar.gzcdunixODBC-2.3.0sudo./configure/usr/local/unixODBCsudomakesudomakeinstall2)安装驱动DB2:mkdir/usr/local/db2tar-zxvf/tmp/v9.5fp5_linuxx64_odbc_cli.tar.gz-C/usr/local/db2cd/usr/local/db2/odbc_cli/clidriver/cfg编..
分类:数据库   时间:2014-09-30 15:25:00    阅读次数:388
Centos6.5安装配置Mantisbt
一、安装配置Apache1.1.安装依赖包(APR,APR-UTIL,pcre)tar-zxfapr-1.4.5.tar.gz[root@apr-1.4.5]#./configure--prefix=/usr/local/apr[root@apr-1.4.5]#make[root@apr-1.4.5]#makeinstall[root@]#tar-zxfapr-util-1.3.12.tar.gz[root@apr-util-1.3.12]#./configure--prefix=/..
分类:其他好文   时间:2014-09-30 13:56:11    阅读次数:140
安装nagios详解及注意事项
本文主要是针对源码的安装,请各位注意。第一步:安装前的准备工作,先安装所需要的依赖包(yum-yinstallgccglibcglibc-commongdgd-devel)第二步:安装Apache源码,(./configure--prefix=/usr/local/apache2;make;makeinstall),如果提示缺少Apr,那就安装Apr,然后在安装Apa..
分类:移动开发   时间:2014-09-29 17:46:01    阅读次数:254
keepalived设置日志文件
以前配置keepalived时候所有的日志都是写入到/var/log/message下的,由于message的日志太多了而keepalived的日志又很那分离出来,所以研究了一下keepalived的日志设置。 具体操作步骤如下:因为我的keepalived是./configure默认配置安装。 然后使用的以下操作命令 cp/usr/local..
分类:其他好文   时间:2014-09-29 17:01:51    阅读次数:189
使用protobuf编写配置文件以及读写
.proto文件示例message Configure{ required string host = 1; required uint32 port = 2;}写配置文件代码Configure config;config.set_host("127.0.0.1");config.set...
分类:其他好文   时间:2014-09-29 13:54:10    阅读次数:700
编译php5.6
没想到编译个LAMP这么麻烦又简单。按照官网的做就可以了,只是我在CentOs下一直会提示出现这个错误按照官网的安装方法:install用下面的参数:./configure --with-apxs2=/usr/local/httpd/bin/apxs --with-mysql --prefix=/u...
分类:Web程序   时间:2014-09-29 01:45:36    阅读次数:413
nagios监控linux nrpe安装
1、下载nrpe2.15wgethttp://cznic.dl.sourceforge.net/project/nagios/nrpe-2.x/nrpe-2.15/nrpe-2.15.tar.gz2、yuminstallopensslopenssl-develcdnrpe-2.15./configure--enable-ssl--with-nagios-user=nagios--with-nagios-group=nagcmd--with-nrpe-user=nagios--with-nrpe-gro..
分类:移动开发   时间:2014-09-28 18:21:37    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!