码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
linux perl的安装
解压perl-5.20.1.tar.gztar-zxvfperl-5.20.1.tar.gz./Configure-des-Dprefix=/usr/local/perl-Dusethreads-Uversiononlymakemakeinstall
分类:系统相关   时间:2014-11-18 11:54:54    阅读次数:174
ubuntu 安装jsoncpp 与 libevent
1. 因为自己 一直想搭一个通信框架,觉得libevent 比较轻量级也好用,所以就研究了一下 wget http://monkey.org/~provos/libevent-1.4.13-stable.tar.gz tar –xzvf libevent-1.4.13-stable.tar.gz cd libevent-1.4.13-stable ./configure --prefi...
分类:Web程序   时间:2014-11-17 00:35:34    阅读次数:289
vimdiff||svn diff
使用svn进行开发的过程中,每次提交前我都会使用svn diff查看一次本次提交的内容与版本库中的区别,但是svn diff默认的打印出俩的区别代码很乱,为了能够很好的进行代码对比,在.subversion/config中修改svn diff的执行命令,如下:#!/bin/sh# Configure...
分类:系统相关   时间:2014-11-16 21:20:12    阅读次数:163
给php增加gd库(转)
1.安装zlibtar zxvf zlib-1.2.3.tar.gzcd zlib-1.2.3./configure --prefix=/usr/local/zlibmakemake install2.安装libpngtar zxvf libpng-1.2.8.tar.tarcd libpng-1....
分类:Web程序   时间:2014-11-16 15:56:04    阅读次数:195
如何给在用的nginx添加新模块?
有一个在用的nginx,以yum方法安装的,怎样在不改动配置的情况下,为它添加模块.以添加spdy模块为例.编译新模块预编译./configure --prefix=/etc/nginx \ --sbin-path=/usr/sbin \ --conf-path=/etc/nginx/ngin...
分类:其他好文   时间:2014-11-15 21:42:26    阅读次数:344
linux下安装apache
1:Apache 官方网http://httpd.apache.org/下载所需安装包httpd-2.4.10.tar.gz 2: 上传到服务器 目录自行决定 tar -zxvf3:mv httpd-2.4.10 apache cd apache 设置安装参数,命令如下: ./configure.....
分类:Web程序   时间:2014-11-14 22:24:03    阅读次数:255
通过phpize添加PHP扩展openssl、mysql
phpize phpize 命令是用来准备 PHP 扩展库的编译环境的。下面例子中,扩展库的源程序位于 extname 目录中: 1 2 3 4 5 $ cd extname $ phpize $ ./configure $ make # make install 成功的安装将创建 extname.so...
分类:数据库   时间:2014-11-14 21:19:22    阅读次数:314
源码安装apache
同事安装apache报错error:APRnotfound.Pleasereadthedocumentationapache版本httpd-2.4.10.tar.gz解决方法如下:wgethttp://archive.apache.org/dist/apr/apr-1.4.5.tar.gztarfxzapr-1.4.5.tar.gzcdapr-1.4.5./configure--prefix=/usr/local/aprmake&&makeinstallwgeth..
分类:Web程序   时间:2014-11-14 18:07:26    阅读次数:189
Linux下扩展Apache模块
安装的时候图方便没有一次性编译进去,现在又要采用模块的方式来增加~1,关于编译Apache其实在安装apache的时候最好把常用的模块都编译进去,这样也省得后期再去添加常用的编译项:./configure –prefix= –enable-mods-shared=all –enable-so –en...
分类:Web程序   时间:2014-11-14 14:10:15    阅读次数:267
linux下 采用freetds 连接sqlserver2008
我主要参考了官方文章 要注意的几点 1、编译freetds(需要下载)的时候,请先添加--prefix=安装目录 ?--with-tdsver=7.1 ?//这个必须在7.0以上的 来自官方文档 ./configure??--prefix=/opt/freetds??--wit...
分类:数据库   时间:2014-11-14 12:47:06    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!