码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
22 nginx配置与集群
一:编译nginx ,并配置Cd /app/pcre-8.12./configureMake && make installCd nginx-1.2.7./configure --prefix=/usr/local/nginx --add-module=/app/ngx_http_consisten...
分类:其他好文   时间:2015-02-26 18:13:25    阅读次数:214
头文件的查找方式和库的搜索路径
对于以压缩包发布的软件,在它的目录下通常都有一个配置脚本configure,它的作用确定编译参数(比如头文件位置、连接库位置等),然后生成Makefile以编译程序。可以进入该软件的目录,执行"./configure --help"命令查看使用帮。 一个程序能正确编译、链接、运行需要满足3个条件:预...
分类:其他好文   时间:2015-02-26 14:42:32    阅读次数:174
per版本升级(linux)
1、下载 http://www.perl.org/get.html2、安装1 tar zxvf perl-5.20.2.tar.gz2 cd perl-5.20.23 mkdir /usr/local/perl4 ./Configure -des -Dprefix=/usr/local/perl -...
分类:系统相关   时间:2015-02-25 15:33:30    阅读次数:169
为php添加xcache
xcache是php加速器。1、下载解压,编译安装。tarzxvfxcache-xxx.tar.gzcdxcache-xxx/usr/local/php/bin/phpize##phpize是用来扩展php扩展模块的,通过phpize可以建立php的外挂模块./configure--enable-xcache--with-php-config=/usr/local/php/bin/php-config##php-config用来..
分类:Web程序   时间:2015-02-24 13:57:26    阅读次数:152
Sphinx(Coreseek)安装和使用指南
1.安装1.1安装mmseg./bootstrap # 必须执行,不然安装会失败./configure --prefix=/usr/local/mmseg-3.2.14 #指定安装目录makemake install1.2安装coreseek# 在csft-4.1/configure.ac中# 查找...
分类:其他好文   时间:2015-02-24 12:33:23    阅读次数:190
编译安装php
1、下载解压php,configtarzxvfphp-xxxx ./configure--prefix=/usr/local/php--with-mysql=/usr/local/mysql--with-openssl--with-mysqlli=/usr/local/mysql/bin/mysql_config##php与mysql连接需要##--enable-mbstring##支持其他字符##--with-freetype-dir##字体库##--with-jpe..
分类:Web程序   时间:2015-02-23 00:19:24    阅读次数:291
How-to-configure-emacs-as-a-Python-IDE
title: Configure emacs as a Python IDE categories: - Technology - Python date: 2014-11-11 00:07:50tags:...
分类:编程语言   时间:2015-02-21 22:18:44    阅读次数:231
Centos上安装nginx报错
./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with n...
分类:其他好文   时间:2015-02-20 23:12:56    阅读次数:299
SessionFactory的创建和Session的获得
1。当我们调用 Configuration config=new Configuration().configure(); 时候Hibernate会自己主动在当前的CLASSPATH中搜寻hibernate.cfg.xml文件并将其读取到内存作为后继操作的基础配置。我们也能够指定配置文件名称,假设不...
分类:其他好文   时间:2015-02-19 19:46:36    阅读次数:158
Configure AllegroGraph in a Virtual Server using Apache2
Senerio:I need to deploy AllegroGraph 5.0 triplestore on our lab's virtual server and make it publicly accessible at http://xxx.xx.xxx.edu/agwebview/,...
分类:Web程序   时间:2015-02-19 09:37:18    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!