码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
apache mod_python 安装
环境:Linux 2.6.32-431.23.3.el6.i6861、安装pythonwgethttp://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgztarzxfPython-2.7.1.tgz./configure--prefix=/usr/l...
分类:编程语言   时间:2014-11-08 18:05:51    阅读次数:250
windows下使用lighttpd+php(fastcgi)+mysql
一.windows下编译配置执行lighttpd1、下载并安装cygwin。2、下载lighttpd源码并解压3、在cygwin环境下进入lighttpd的解压文件夹后,执行:1> ./configure –prefix=C:/lighthttd2> make3> make installOK,此时...
分类:数据库   时间:2014-11-08 16:29:29    阅读次数:298
安装coreseek cannot find input file: src/Makefile.in 错误解决方法
安装coreseek 出现了cannot find input file: src/Makefile.in解决方法如下>autoheader>automake --add-missing --copy >autoconf然后再执行./configure --prefix=/usr/local/mms...
分类:其他好文   时间:2014-11-08 16:24:11    阅读次数:161
升级系统后maxvim不能用,重新下载编译个
1. 获取macvim源代码git clonehttps://github.com/b4winckler/macvim.git2 配置及编译编译选项./configure --with-features=huge3make4编译后的文件在src/MacVim/build/Release目录下,将Ma...
分类:系统相关   时间:2014-11-08 14:59:19    阅读次数:164
Linux cat 命令源码剖析
最近在读APUE, 边看还得边做才有效果. 正好linux下很多命令的是开源的, 可以直接看源码. GNU coreutils 是个不错的选择. 源码包有我们最常用的 ls, cat等命令的源码, 每个命令都比较短小精悍, 适合阅读. 下面是我阅读 cat 命令的一点笔记. 到这里下载源码. 在源码根目录下 ./configure; make 就可以直接编译, 修改后make就可以编译了. 命令源码在 src/目录中, lib/目录下有一些用到的辅助函数和常量定义....
分类:系统相关   时间:2014-11-07 22:10:35    阅读次数:227
qt5.32静态编译(mingw4.82)
在目录C:\Qt\Qt5.3.2\5.3\Src\qtbase下面执行configure -confirm-license -opensource -prefix "E:\Qt\qt5.3.2_static_build" -debug-and-release -static -opengl desk...
分类:其他好文   时间:2014-11-07 16:47:27    阅读次数:265
LInux——安装Apache
在安装Apache的httpd的时候经常会遇到:configure: error: APR not found . Please read the documentation.configure: error: APR-util not found . Please read the documen...
分类:Web程序   时间:2014-11-07 14:36:51    阅读次数:217
SQL Excel导入到sqlserver表
--1、数据表已经创建,Excel首行作为表头 --启用Ad Hoc Distributed Queries: exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distribut...
分类:数据库   时间:2014-11-07 12:37:24    阅读次数:163
system log monitor
Serverconfig:yum-yinstallgcc-c++wgethttp://nodejs.org/dist/v0.8.14/node-v0.8.14.tar.gztar-zxvfnode-v0.8.14.tar.gz-C/usr/src/cd/usr/src/node-v0.8.14/./configure&&make&&makeinstall&&echoOK#wgethttps://npmjs.org/install.sh&&shin..
分类:其他好文   时间:2014-11-06 17:49:44    阅读次数:150
Nginx content cache Nginx内容缓存
原文地址:http://nginx.com/resources/admin-guide/caching/ Nginx content cache  Nginx内容缓存 This chapter describes how to enable and configure caching responses received from proxied servers. When caching...
分类:系统相关   时间:2014-11-06 17:37:59    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!