码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Linux CentOS 6.x 开发配置文档 4 - Nginx
1,安装准备: ??? a,yum -y install pcre-devel(If appear: ./configure: error: the HTTP rewrite module requires the PCRE library.) ??? b,yum -y install openssl openssl-devel(If appear: ./...
分类:系统相关   时间:2015-05-13 17:16:29    阅读次数:215
读取execl 直接通过sql server 读取本地文件execl
EXEC sp_configure 'show advanced options', 1 GO RECONFIGURE GO EXEC sp_configure 'Ad Hoc Distributed Queries', 1 GO RECONFIGURE GO SELEC...
分类:数据库   时间:2015-05-13 14:35:17    阅读次数:130
httpClient学习
HttpClient Quick Start Download ‘Binary‘ package of the latest HttpClient 4.3 release or configure dependency on?HttpClient?and?Fluent HC?modules using a dependency manager of your choice as de...
分类:Web程序   时间:2015-05-13 13:16:58    阅读次数:210
两台机子的repcached Memcache 的安装与实验
安装memcached前先要确定系统是否安装了gcc;1、解压安装包:tar -zxf memcached-1.2.8-repcached-2.2.tar.gz2、编译:系统应安装了libevent,libevent-1.4.13-stable.tar;./configure --enable-re...
分类:系统相关   时间:2015-05-13 08:43:01    阅读次数:198
Centos linux 安装ffmpeg
1、下载ffmpeg。下载网址:http://www.ffmpeg.org/download.html2、解压缩tar -zxvf ffmpeg-2.0.1.tar.gz3、配置,生成Makefile./configure --enable-shared --disable-yasm --prefi...
分类:系统相关   时间:2015-05-13 00:29:34    阅读次数:195
hadoop 2.4.1 64位编译记录
安装jdk 安装mavensudo apt-get install maven安装g++sudo apt-get install g++安装protobuf-2.5.0下载解压 cd protobuf-2.5.0/,进行如下操作:sudo ./configure sudo make sudo make check sudo make install sudo ldconfigs...
分类:其他好文   时间:2015-05-12 23:01:20    阅读次数:147
make版本不符合要求,不能编译android的解决方法
2015-5-12 Android can only be built by versions 3.81 and 3.82 下载地址ftp://ftp.gnu.org/gnu/make/ make3.8.2的安装步骤: tar -zxvf make3.8.2.tar.gz 在make-3.8.2目录下 ./configure make mak...
分类:移动开发   时间:2015-05-12 21:09:47    阅读次数:347
arm-linux-gdb+gdbserver环境搭建以及远程调试
0) gdb源码下载:http://ftp.gnu.org/gnu/gdb/1) 编译arm-linux-gdb 指定交叉编译工具链的位置 export PATH=$PATH:/usr/local/arm/3.4.1/bin 开始配置和编译 $cd gdb-6.6 $./configure --ta...
分类:数据库   时间:2015-05-12 17:08:39    阅读次数:207
Ubuntu 14.04 LTS 环境下mysql-server安装遇到的问题处理
dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfiguredstart: Job failed to startinvoke-rc.d: initscript mysql, ...
分类:数据库   时间:2015-05-12 15:14:46    阅读次数:185
sql2008_x64 读取excel
sql2008_x64 读取excel下载64bit 版的AccessDatabaseEngine_x64:http://www.microsoft.com/en-us/download/details.aspx?id=13255 1 --开启导入功能 2 exec sp_configure 'sh...
分类:数据库   时间:2015-05-12 13:14:24    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!